has_outline_border property
ChartDataTable.has_outline_border property
Gets or sets a flag indicating whether an outline border, that is, a border around series and category names,
is displayed.
The default value is True
.
@property
def has_outline_border(self) -> bool:
...
@has_outline_border.setter
def has_outline_border(self, value: bool):
...
See Also
- module aspose.words.drawing.charts
- class ChartDataTable