show_connector_lines property

show_connector_lines property

Represents connector lines. Applies only to Waterfall charts.

Definition:

@property
def show_connector_lines(self):
    ...

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

See Also