series_lines property

series_lines property

Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts.

Definition:

@property
def series_lines(self):
    ...

See Also