IUiChart.DisplayLegend

Syntax

DisplayLegend: Boolean;

Description

The DisplayLegend property determines whether a legend is displayed.

Comments

If this property is set to True, a legend is displayed on a graph. If this property is set to False, no legend is displayed.

The default value of this property is True.

Example

The example of use is given in description of the IUiChart.Type property.

See also:

IUiChart