TickLabelSpacing Property
Applies To
Axis object.
Description
Returns or sets the number of categories or series between tick-mark labels. Applies only to category and series axes. Read/write Long.
Remarks
Tick-mark label spacing on the value axis is always calculated by Microsoft Graph.
See Also
MajorTickMark property, MinorTickMark property, TickLabelPosition property, TickLabels property, TickMarkSpacing property.
Example
This example sets the number of categories between tick-mark labels on the category axis.
myChart.Axes(xlCategory).TickLabelSpacing = 10