Skip to main content

TcxvgOptionsView.GridLines Property

Specifies which grid lines are visible.

Declaration

property GridLines: TcxvgGridLines read; write; default vglBoth;

Property Value

Type Default
TcxvgGridLines vglBoth

Remarks

Use this property to hide all or only specific grid lines. Options include:

Value Description
vglBoth Both horizontal and vertical grid lines are visible.
vglHorizontal Only horizontal grid lines are visible.
vglNone None of the grid lines are visible.
vglVertical Only vertical grid lines are visible.

Use the GridLineColor property to specify the color of the lines.

The default value of the GridLines property is vglBoth.

See Also