Axis.TickMarkSpacing

Axis.TickMarkSpacing property

Returns or sets the number of categories or series between tick marks. Applies only to category and series axes.

public int TickMarkSpacing { get; set; }

Remarks

The number must be between 1 and 31999.

See Also