minor_unit property

minor_unit property

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

Definition:

@property
def minor_unit(self):
    ...

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

See Also