IImport.LoadFromFile
IImport
procedure LoadFromFile(Const FileName: WideString);
Type Library
TeeChartx
Description
LoadFromFile 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.LoadFromFile("c:\temp\mychart.tee")