Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Axis.MinorTickMarks Property

Gets or sets the position of minor tick marks on the axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

AxisTickMarks MinorTickMarks { get; set; }

Property Value

Type Description
AxisTickMarks

An AxisTickMarks enumeration value that specifies how minor tick marks are displayed on the axis.

Remarks

Tick marks are tiny lines that are used to indicate the demarcation of the axis. Use the MinorTickMarks property to specify how minor tick marks appear: whether they are displayed inside or outside the plot area, whether they cross the axis, or if they are completely hidden.

You can also use the Axis.MajorTickMarks property to adjust major tick marks on the axis.

See Also