has_horizontal_border property

ChartDataTable.has_horizontal_border property

Gets or sets a flag indicating whether a horizontal border of the data table is displayed. The default value is True.

@property
def has_horizontal_border(self) -> bool:
    ...

@has_horizontal_border.setter
def has_horizontal_border(self, value: bool):
    ...

See Also