TChartSeries.CheckDatasource

TChartSeries.CheckDatasource
TChartSeries

procedure CheckDatasource;

Unit
TeEngine

Description
The CheckDataSource method will refresh all Series point values, either from database Tables, Queries or another Series points.
You can call this method regularly if you want new or modified data to appear in realtime in the Series.
The parent Chart will be
automatically repainted to reflect any changes.


Series1.CheckDataSource ;