base_unit_scale property

base_unit_scale property

Specifies the smallest time unit that is represented on the date axis. Read/write TimeUnitType.

Definition:

@property
def base_unit_scale(self):
    ...

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

See Also