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

TcxGridChartHistogramAxis.TickMarkKind Property

Specifies the tick mark display position on the axis.

#Declaration

Delphi
property TickMarkKind: TcxGridChartHistogramTickMarkKind read; write; default tmkOutside;

#Property Value

Type Default Description
TcxGridChartHistogramTickMarkKind tmkOutside

The current tick mark position on the axis.

#Remarks

Options include:

Value Description
tmkNone No tick marks are displayed.
tmkCross Tick marks intersect the axis so that they are visible inside and outside of a chart’s plot area.
tmkInside Tick marks extend from the axis into an inside of a chart’s plot area.
tmkOutside Tick marks extend from the axis into an outside of a chart’s plot area.

#Default Value

The TickMarkKind property’s default value is tmkOutside.

See Also