Skip to main content

Axis.SetAutoMinorUnit() Method

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void SetAutoMinorUnit()

Remarks

To set the interval of minor tick marks and gridlines manually, use the Axis.MinorUnit property.

See Also