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