bubble_size_representation property

bubble_size_representation property

Specifies how the bubble size values are represented on the bubble chart. Read/write BubbleSizeRepresentationType.

Definition:

@property
def bubble_size_representation(self):
    ...

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

See Also