TickLabelSpacing Property

Microsoft Office Web Components Object Model

TickLabelSpacing Property

       

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

expression.TickLabelSpacing

expression   Required. An expression that returns a ChAxis object.

Example

This example sets the number of categories between tick-mark labels for the specified axis to two.

ChartSpace1.Charts(0).Axes(1).TickLabelSpacing = 2