TeeSaveToVMLFile
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.