Skip to main content
A newer version of this page is available. .

Axis.SetAutoMajorUnit() Method

Automatically evaluates the distance between the major tick marks and major gridlines for the value or date axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void SetAutoMajorUnit()

Remarks

To set the interval of major tick marks and gridlines manually, use the Axis.MajorUnit property.

See Also