Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Spreadsheet.Core

#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