TBMPExportFormat
 
 
 

All Units  All Classes  Properties, Methods and Events  

TBMPExportFormat
Hierarchy     Methods     

Unit
TeeBmpOptions

Description
Use TBMPExportFormat to create and export the TeeChart in BMP format. The Class returns default export characteristics to be used when exporting a BMP image of the Chart.

Example
:

Uses TeeBMPOptions;

procedure TForm1.BitBtn1Click(Sender: TObject);
var tmp: TBMPExportFormat;
begin
tmp:= TBMPExportFormat.Create;
tmp.Panel:=Chart1;
tmp.SaveToFile('c:\tempCharts\Chart1BMP.' + tmp.FileExtension);
end;




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