tick_marks_spacing property

tick_marks_spacing property

Specifies how many tick marks shall be skipped before the next one shall be drawn. Applied to category or series axis. Read/write int.

Definition:

@property
def tick_marks_spacing(self):
    ...

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

See Also