BubbleScale Property

Microsoft Graph Visual Basic

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