tick_mark_spacing property
tick_mark_spacing property
Returns or sets the number of categories or series between tick marks. Applies only to category and series axes.
Remarks
The number must be between 1 and 31999.
Definition:
@property
def tick_mark_spacing(self):
...
@tick_mark_spacing.setter
def tick_mark_spacing(self, value):
...
See Also
- module
aspose.cells.charts
- class
Axis