LoadChartFromURL procedure
procedure LoadChartFromURL(Var AChart:
TCustomChart; Const URL: String);
Unit
TeeURL
Description
Loads a Tee file from an URL address
LoadChartFromURL( TCustomChart( Chart1 ) , 'http://www.steema.com/demo.tee' );
Note:
If the existing Chart1 already contains Series, they will be replaced by the ones contained in the URL *.tee file.
See also LoadChartFromFile procedure for more information.