Skip to main content

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

True if tick mark labels are visible; otherwise, False.

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