BubbleMin Property
The BubbleMin property returns or sets minimum bubble size in bubble plots. Returns a Double.
Syntax
object.BubbleMin
object.BubbleMin = BubbleMin
Parameter | Type | Description |
BubbleMin | Double | required, in page units |
Example 1
This example shows how to set the minimum bubble size.
Bub1.BubbleMin = 0.04
Example 2
This example shows how to return the minimum bubble size.
Debug.Print Bub1.BubbleMin
Used by: Auto3DBubblePlot object, AutoBubblePlot object, AutoTernaryBubblePlot object