TeeSaveToVMLFile procedure
procedure TeeSaveToVMLFile(Const APanel:
TCustomTeePanel; Const FileName: WideString; AWidth, AHeight: Integer);
Unit
TeeVMLCanvas
Description
This global procedure outputs a Chart or Draw3D panel into a VML file, with the optional Width and Height dimensions.
Example:
TeeSaveToVMLFile(Chart1,'c:\test.htm', Chart1.Width, Chart1.Height);
You can then use Internet Explorer ( version 5 and up ) to display (open) the test.htm file.