TCustomAxisPanel.RemoveSeries
 
 
 

All Units  All Classes  Properties, Methods and Events  

TCustomAxisPanel.RemoveSeries
TCustomAxisPanel

procedure RemoveSeries(Const ASeries: TCustomChartSeries); overload;

Unit
TeEngine

Description
The RemoveSeries method deletes (but not destroys) the specified ASeries parameter from the Chart list of series.

Calling this method is exactly the same as doing:

ASeries.ParentChart := nil ;



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