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

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

Declaration

double MinorUnit { get; set; }

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.

See Also