has_border_vertical property

has_border_vertical property

True if the chart data table has vertical cell borders

Definition:

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

See Also