RadiusRange Property

The RadiusRange property returns or sets the bubble plot Bubble radius range method, Use fixed range or Use data range. Returns a Long.

Syntax

object.RadiusRange( RadiusRange )

 

Parameter Type Description
RadiusRange grfRadiusRange required, default=grfUseDataRange

 

Example 1

This example shows how to return the Bubble radius range type.

Debug.Print "RadiusRange = "; XYZBubblePlot.RadiusRange

Example 2

This example shows how to set the Bubble radius range type to Use fixed range.

XYZBubblePlot.RadiusRange = grfUseFixedRange

 

Used by: Auto3DBubblePlot object, AutoBubblePlot object, AutoTernaryBubblePlot