Contents  All Classes  Index A-Z  All Units


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;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.