Chart: IChart;
The Chart property returns the object of the IChart type, to which a chart element belongs.
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: