TcxGridChartHistogramAxis.TickMarkKind Property
Specifies the tick mark display position on the axis.
Declaration
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