is_automatic_major_unit property

is_automatic_major_unit property

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

Definition:

@property
def is_automatic_major_unit(self):
    ...

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

See Also