has_series_lines property

has_series_lines property

True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.

Definition:

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

See Also