IChartAbstractItem.Chart

Syntax

Chart: IChart;

Description

The Chart property returns the object of the IChart type, to which a chart element belongs.

Example

This example assumes that there is the Serie object of the IChartSerie type.

Sub owner;

Var

Series: IChartSerie;

Begin

Series.Chart.DisplayLegend := True ;

End Sub owner;

After executing the example the chart legend is displayed.

See also:

IChartAbstractItem

IChartSerie