is_automatic_minor_unit property

is_automatic_minor_unit property

Indicates whether the minor unit of the axis is automatically assigned. Read/write bool.

Definition:

@property
def is_automatic_minor_unit(self):
    ...

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

See Also