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 Tickmarks

Tickmarks divide an axis into equal sections by a step whose value is determined by the special options of an axis. Tickmarks are used to improve comprehension of a chart’s data. In addition, axis labels may accompany them. There are two types of tickmarks: major and minor. For more detailed information, refer to Grid Lines, Tickmarks and Interlacing.

Tickmarks_a

The table below lists the main properties which affect the element’s appearance and functionality:

Availability

The Axis2D.Tickmarks property of an axis.

Appearance

TickmarksBase.CrossAxis, TickmarksBase.Length, AxisBase.MinorCount, TickmarksBase.MinorLength, TickmarksBase.MinorThickness, TickmarksBase.Thickness

Visibility

TickmarksBase.Visible, TickmarksBase.MinorVisible

See Also