Contents  All Classes  Index A-Z  All Units


TCustomChart.RemoveAllSeries
TCustomChart

procedure RemoveAllSeries;

Unit
Chart

Description
The RemoveAllSeries method removes all Series in the Chart SeriesList. The removed Series are NOT freed.

This is the implementation of RemoveAllSeries method:

Procedure TChart.RemoveAllSeries;
Begin
While SeriesList.Count>0 do RemoveSeries(Series[0]);
End;


Submit your feedback about this page.

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