TCustomAxisPanel.AddSeries
TCustomAxisPanel
function AddSeries(Const ASeries: TChartSeries): TChartSeries; overload;
Unit
TeEngine
Description
The AddSeries method adds a new Series component to the Chart.
It's exactly the same as setting the Series.ParentChart property to the Chart.
LineSeries1.ParentChart := Chart1;
You should use the ParentChart property if you add the Series at runtime.