has_border_outline property

has_border_outline property

True if the chart data table has outline borders. Read/write bool.

Definition:

@property
def has_border_outline(self):
    ...

@has_border_outline.setter
def has_border_outline(self, value):
    ...

See Also