TcxvgOptionsView.GridLines Property
In This Article
Specifies which grid lines are visible.
#Declaration
Delphi
property GridLines: TcxvgGridLines read; write; default vglBoth;
#Property Value
Type | Default |
---|---|
Tcxvg |
vgl |
#Remarks
Use this property to hide all or only specific grid lines. Options include:
Value | Description |
---|---|
vgl |
Both horizontal and vertical grid lines are visible. |
vgl |
Only horizontal grid lines are visible. |
vgl |
None of the grid lines are visible. |
vgl |
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