BubbleCol Property
The BubbleCol property returns/sets the worksheet column the ternary plot bubble size values are to be taken from. Returns a long.
Syntax
object.BubbleCol
object.BubbleCol = BubbleCol
Parameter | Type | Description |
BubbleCol | Long | Required |
Example
This example shows how to set the ternary diagram’s bubble plot column.
TernaryBubble.BubbleCol = 4
Used by: AutoTernaryBubblePlot object