TickMarkSpacing Property

Microsoft Graph Visual Basic

Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. Read/write Long.

Remarks

Use the MajorUnit and MinorUnit properties to set tick-mark spacing on the value axis.

Example

This example sets the number of categories between tick marks on the category axis.

myChart.Axes(xlCategory).TickMarkSpacing = 10