show_category_name property

show_category_name property

Represents a specified chart’s data label category name display behavior.True to display the category name for the data labels on a chart. False to hide.

Definition:

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

See Also