tick_label_spacing property

tick_label_spacing property

Represents the number of categories or series between tick-mark labels. Applies only to category and series axes.

Remarks

The number must be between 1 and 31999.

Definition:

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

See Also