ISeries.RefreshSeries
ISeries

procedure RefreshSeries;

Type Library
TeeChartx

Description
The RefreshSeries method notifies all dependent Series to recalculate their points again. Each Series has a DataSource property. When DataSource is a valid Series or DataSet class, Series gets all point values from the DataSource and adds them as Series points. The RefreshSeries method forces the Series to Clear and get all points again from the DataSource class. The Refreshing process traverses the Series tree recursively.