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