Axis.AutoMinorUnit Property
Gets whether the minor unit for the value or date axis is evaluated automatically.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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