Contents  All Classes  Index A-Z  All Units


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.


Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.