is_automatic_minor_unit property

is_automatic_minor_unit property

Indicates whether the minor unit of the axis is automatically assigned.

Definition:

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

See Also