show_percentage property

show_percentage property

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

Definition:

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

See Also