secondary_axis property

secondary_axis property

Gets or sets Secondary axis length

Definition:

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

See Also