BubbleSymbol Property
The BubbleSymbol property returns an AutoMarker object to allow access to ternary bubble symbol properties. This is a read-only property.
Syntax
object.BubbleSymbol
Example 1
This example shows how to set the symbol color for bubbles.
TernaryBubble.BubbleSymbol.Color = grfColorBlack
Example 2
This example shows how to return the symbol color for bubbles.
Debug.Print TernaryBubble.BubbleSymbol.Color
Used by: AutoTernaryBubblePlot object