IChart.DisplayGrid

Fore Syntax

DisplayGrid: Boolean;

Fore.NET Syntax

DisplayGrid: System.Boolean;

Description

The DisplayGrid property determines whether the grid is displayed.

Comments

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.

Example of Use

 

See also:

IChart