size_represents property

size_represents property

Gets or sets what the bubble size represents on a bubble chart.

Remarks

BubbleSizeRepresents.SizeIsArea means the value Series.bubble_sizes is the area of the bubble. BubbleSizeRepresents.SizeIsWidth means the value Series.bubble_sizes is the width of the bubble.

Definition:

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

See Also