Syntax

expression.TickMarkSpacing

expression A variable that represents an Axis object.

Remarks

Use the and 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 in Chart1.

Visual Basic for Applications
Charts("Chart1").Axes(xlCategory).TickMarkSpacing = 10
Alter tickmarks to be certain number of units apart? Specify number of categories between tick marks? Specify spacing on category axis tick marks? tick mark spacing Tick Mark Spacing Property Tickmark TickMarkSpacing TickMarkSpacing Property

See also: