Aspose::Words::Drawing::Charts::AxisTickLabels::get_Spacing method

AxisTickLabels::get_Spacing method

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

int32_t Aspose::Words::Drawing::Charts::AxisTickLabels::get_Spacing()

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