Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void SetAutoMajorUnit()

Remarks

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

See Also