Skip to main content

TcxGridChartHistogramAxis.GridLines Property

Specifies the visibility of chart gridlines associated with the axis.

Declaration

property GridLines: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to display chart gridlines for the axis. Otherwise, gridlines will be hidden.

The default value of the GridLines property is True.

See Also