plot_on_second_axis property

plot_on_second_axis property

Indicates if this series is plotted on second value axis.

Definition:

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

See Also