major_unit property

major_unit property

Represents the major units for the date or value axis. Read/write float.

Definition:

@property
def major_unit(self):
    ...

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

See Also