IUiChart.DisplayLegend

Fore Syntax

DisplayLegend: Boolean;

Fore.NET Syntax

DisplayLegend: System.Boolean;

Description

The DisplayLegend property determines whether the legend is displayed.

Comments

If the property is set to True, a legend is displayed in a graph. If the property is set to False, no legend is displayed.

The default value of this property is True.

Example

Example of use is given in description of the IUiChart.Type property.

See also:

IUiChart