show_value property

show_value property

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

Definition:

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

See Also