base_unit_scale property

base_unit_scale property

Represents the base unit scale for the category axis.

Remarks

Setting this property only takes effect when the CategoryType property is set to TimeScale.

Definition:

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

See Also