Spacing

AxisTickLabels.Spacing property

Gets or sets the interval at which the tick labels are drawn.

public int Spacing { get; set; }

Remarks

The property has effect for text category and series axes. It is not supported by MS Office 2016 new charts. Valid range of a value is greater than or equal to 1.

Setting this property sets the IsAutoSpacing property to false.

See Also