plot_on_second_axis property

plot_on_second_axis property

Indicates if this series is plotted on secondary axis. Read/write bool.

Definition:

@property
def plot_on_second_axis(self):
    ...

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

See Also