TeEngine.TCustomAxisPanel.AddSeries
 
 
 


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.



Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.