Back to Devexpress

Axis.AutoMinorUnit Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-faacb99f.md

latest1.7 KB
Original Source

Axis.AutoMinorUnit Property

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool AutoMinorUnit { get; }
vb
ReadOnly Property AutoMinorUnit As Boolean

Property Value

TypeDescription
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

MinorUnit

SetAutoMinorUnit()

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace