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

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

Declaration

void SetAutoMinorUnit()

Remarks

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

See Also