Skip to main content

TcxGridChartHistogramAxis.TickMarkKind Property

Specifies the manner in which tick marks are displayed for the axis.

Declaration

property TickMarkKind: TcxGridChartHistogramTickMarkKind read; write; default tmkOutside;

Property Value

Type Default
TcxGridChartHistogramTickMarkKind tmkOutside

Remarks

Options include:

Value Meaning
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. Visually this appears like when the TickMarkKind property has both the tmkInside and tmkOutside styles applied.
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.

The default value of the TickMarkKind property is tmkOutside.

See Also