has_border_horizontal property

has_border_horizontal property

True if the chart data table has horizontal cell borders

Remarks

NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasHorizontalBorder property. This property will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def has_border_horizontal(self):
    ...
@has_border_horizontal.setter
def has_border_horizontal(self, value):
    ...

See Also