is_automatic_tick_label_spacing property

is_automatic_tick_label_spacing property

Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Read/write bool.

Definition:

@property
def is_automatic_tick_label_spacing(self):
    ...

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

See Also