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

Axis.AutoMinorUnit Property

Gets whether the minor unit for the value or date axis is evaluated automatically.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool AutoMinorUnit { get; }

Property Value

Type Description
Boolean

true, if the minor unit is calculated automatically; otherwise, false.

Remarks

Utilizing the Axis.SetAutoMinorUnit method for automatic minor unit evaluation sets the AutoMinorUnit property to true. To the contrary, using the Axis.MinorUnit property to specify the minor unit value manually changes AutoMinorUnit to false.

See Also