Contents  All Classes  Index A-Z  All Units


TCustomAxisPanel.RemoveSeries
TCustomAxisPanel

procedure RemoveSeries(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 ;


Submit your feedback about this page.

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