TickLabelSpacing property (Excel Graph)

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

Syntax

expression.TickLabelSpacing

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

Tick-mark label spacing on the value axis is always calculated by Graph.

Example

This example sets the number of categories between tick-mark labels on the category axis.

myChart.Axes(xlCategory).TickLabelSpacing = 10

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.