IExport.SaveToFile
IExport
procedure SaveToFile(Const FileName: WideString);
Type Library
TeeChartx
Description
This method is now deprecated. Please see the INativeExport interface for the newer, more complete functionality.
SaveToFile saves 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.Export.SaveToFile "c:\temp\mychart.tee"