CentroidSymbolOn Property
The CentroidSymbolOn property determines the display of symbols in bubble centroids in a ternary bubble plot. Returns a Boolean.
Syntax
object.CentroidSymbolOn
object.CentroidSymbolOn = CentroidSymbolOn
Parameter | Type | Description |
CentroidSymbolOn | Boolean | required, default is false (do not use symbols) |
Example 1:
The following example returns the show centroids state.
Debug.Print TernaryBubble.CentroidSymbolOn
Example 2:
The following example displays symbols at the bubble centroids.
TernaryBubble.CentroidSymbolOn = True
Used by: AutoTernaryBubblePlot object