IChart.DisplayGrid

Fore Syntax

DisplayGrid: Boolean;

Fore.NET Syntax

DisplayGrid: System.Boolean;

Description

The DisplayGrid property determines whether a grid is displayed.

Comments

If this property is set to True, the grid is displayed in the graph; if this property is set to False, the grid is not displayed.

The property is set to True by default.

The DisplayGrid property is outdated. Use IChartAxis.DisplayGrid.

Example of Use

 

See also:

IChart