has_border_horizontal property

has_border_horizontal property

True if the chart data table has horizontal cell borders

Definition:

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

See Also