Edit

Share via


BubbleScale property (Excel Graph)

Returns or sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. Read/write Long.

Syntax

expression.BubbleScale

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the bubble size in chart group one to 200 percent of the default size.

With myChart 
 .ChartGroups(1).BubbleScale = 200 
End With

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.