BubbleMax Property

The BubbleMax property returns or sets maximum bubble size in bubble plots. Returns a Double.

Syntax

object.BubbleMax

object.BubbleMax = BubbleMax

 

Parameter Type Description
BubbleMax Double required, in page units

 

Example 1

This example shows how to set the maximum bubble size.

Bub1.BubbleMax = 0.99

 

Example 2

This example shows how to return the maximum bubble size.

Debug.Print Bub1.BubbleMax

 

Used by: Auto3DBubblePlot object, AutoBubblePlot object, AutoTernaryBubblePlot object