has_series_lines property

has_series_lines property

True if chart has series lines. Applied to stacked bar and OfPie charts. Read/write bool.

Definition:

@property
def has_series_lines(self):
    ...

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

See Also