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.TCustomChartElement.ParentChart property to the Chart.
LineSeries1.ParentChart := Chart1;
You should use the TCustomChartElement.ParentChart property if you add the Series at runtime.