TCustomAxisPanel.RemoveSeries

TCustomAxisPanel.RemoveSeries
TCustomAxisPanel

procedure RemoveSeries(Const ASeries: TCustomChartSeries); overload;

Unit
TeEngine

Description
The RemoveSeries method deletes (but not destroys) the specified ASeries parameter from the Chart list of series.

Calling this method is exactly the same as doing:

ASeries.ParentChart := nil ;