TcxGridChartHistogramAxis.TickMarkKind Property
In This Article
Specifies the tick mark display position on the axis.
#Declaration
Delphi
property TickMarkKind: TcxGridChartHistogramTickMarkKind read; write; default tmkOutside;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
tmk |
The current tick mark position on the axis. |
#Remarks
Options include:
Value | Description |
---|---|
tmk |
No tick marks are displayed. |
tmk |
Tick marks intersect the axis so that they are visible inside and outside of a chart’s plot area. |
tmk |
Tick marks extend from the axis into an inside of a chart’s plot area. |
tmk |
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