BubbleLine Property

The BubbleLine property returns an AutoLine object to control the line options for the ternary bubble diagram's bubbles.

Syntax

object.BubbleLine

Example 1

This example demonstrates how to return the bubble line width.

Debug.Print TernaryBubble.BubbleLine.Width

Example 2

This example shows hot to set the line width for the bubble plot

TernaryBubble.BubbleLine.Width = 0.1

 

Used by: AutoTernaryBubblePlot Object