Axis.MinorUnit Property
Gets or sets the distance between the minor tick marks and minor gridlines on the chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value that specifies the minor unit for the value or date axis. |
Remarks
To automatically evaluate the minor unit for the value or date axis, use the Axis.SetAutoMinorUnit method. To specify the interval of major tick marks on the axis, utilize the Axis.MajorUnit property.
Use the Axis.BaseTimeUnit property to specify the base time unit for the date axis. The base unit indicates how to plot data along the axis (in days, months, or years). You can also set the time unit for major and minor tick marks on the date axis by utilizing the Axis.MajorTimeUnit and Axis.MinorTimeUnit properties, respectively.