DisplayGrid: Boolean;
DisplayGrid: System.Boolean;
The DisplayGrid property determines whether the grid is displayed.
If the property value is True, the grid is displayed in the graph, if the property value is set to False, the grid is not displayed.
The default value of this property is True.
The DisplayGrid property is outdated. Use IChartAxis.DisplayGrid.
See also: