IImport.LoadFromURL
IImport

procedure LoadFromURL(Const URL: WideString);

Type Library
TeeChartx

Description
LoadFromURL loads a .tee format Chart template file. The native TeeChart format files are an efficient way to store Chart definition and (optionally) data.

Example [Visual Basic]:

TChart1.Import.LoadFromURL("http://www.myweb.com/mychart.tee")