TCustomAxisPanel.AddSeries
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.



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