RadiusRangeMin Property
The RadiusRangeMin property returns or sets the bubble plot Minimum range value when the RadiusRange property is set to grfUseFixedRange. Returns a Double.
Syntax
object.RadiusRangeMin( RadiusRangeMin )
Parameter | Type | Description |
RadiusRangeMin | Double | required, minimum data value |
Example 1
This example shows how to return the bubble plot's Minimum range value.
Debug.Print "RadiusRangeMin = "; XYZBubblePlot.RadiusRangeMin
Example 2
This example shows how to set the bubble plot's Minimum range value to 1.
XYZBubblePlot.RadiusRangeMin = 1
Used by: Auto3DBubblePlot object, AutoBubblePlot object, AutoTernaryBubblePlot