TdxFlowChartGridOptions.ShowLines Property
In This Article
Specifies whether the grid is visible.
#Declaration
Delphi
property ShowLines: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True or False to show or hide the grid in the control.
The default ShowLines property value is False.
See Also