TCustomAxisPanel.CheckDatasource

TCustomAxisPanel.CheckDatasource
TCustomAxisPanel

procedure CheckDatasource(ASeries: TChartSeries); virtual;

Unit
TeEngine

Description
Check the datasource of ASeries thus refreshing Chart data.

The CheckDataSource method will refresh all Series point values, either from database Tables, Queries or another Series points. You can call this method (or TChartSeries.CheckDatasource) 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.