has_legend_keys property
ChartDataTable.has_legend_keys property
Gets or sets a flag indicating whether legend keys are displayed in the data table.
The default value is True
.
@property
def has_legend_keys(self) -> bool:
...
@has_legend_keys.setter
def has_legend_keys(self, value: bool):
...
See Also
- module aspose.words.drawing.charts
- class ChartDataTable