show_series_name property
show_series_name property
Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide.
Definition:
@property
def show_series_name(self):
...
@show_series_name.setter
def show_series_name(self, value):
...
See Also
- module
aspose.cells.charts
- class
DataLabels