TCustomDBChart.CheckDatasource

TCustomDBChart.CheckDatasource
TCustomDBChart

procedure CheckDatasource(ASeries: TChartSeries); override;

Unit
DBChart

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 repainted to reflect any changes.