TcxGridChartHistogramAxis.TickMarkLabels Property
In This Article
Specifies if tick mark labels are visible.
#Declaration
Delphi
property TickMarkLabels: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
Use the TickMarkLabels
property to hide or display tick mark labels on the axis.
#Default Value
The TickMarkLabels
property’s default value is True
.
See Also