TickLabelSpacing Property

Microsoft Office Web Components Visual Basic

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