TcxGridChartHistogramAxis.TickMarkLabels Property
Specifies if tick mark labels are visible.
Declaration
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