show_bubble_size property

show_bubble_size property

Represents a specified chart’s data label percentage value display behavior. True displays the percentage value. False to hide.

Definition:

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

See Also