is_automatic_major_unit property

is_automatic_major_unit property

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

Definition:

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

See Also