bubble_size_scale property

bubble_size_scale property

Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read/write int.

Definition:

@property
def bubble_size_scale(self):
    ...

@bubble_size_scale.setter
def bubble_size_scale(self, value):
    ...

See Also