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.MinorTickMarks Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

#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.

Available values:

Name Description
Cross

Specifies that the tick marks should cross the axis.

Inside

Specifies that the tick marks should be displayed inside the plot area.

None

Specifies that the tick marks should not be displayed on the axis.

Outside

Specifies that the tick marks should be displayed outside the plot area.

#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