major_unit_scale property

major_unit_scale property

Represents the major unit scale for the date axis. Read/write TimeUnitType.

Definition:

@property
def major_unit_scale(self):
    ...

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

See Also