bubble_scale property

bubble_scale property

Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts.

Definition:

@property
def bubble_scale(self):
    ...
@bubble_scale.setter
def bubble_scale(self, value):
    ...

See Also