TCustomChart.RemoveAllSeries
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;



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