Run export functions from code

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gabriel
Newbie
Newbie
Posts: 1
Joined: Thu Sep 29, 2005 4:00 am

Run export functions from code

Post by Gabriel » Wed Oct 05, 2005 4:26 pm

Currently, all export functions are encapsulated within the TChartEditor. I would like to call the export functions directly from code without openning the editor. Something similar to the TChart method SaveToBitmapFile, but allowing me to save to other formats like GIF, JPG, PDF, etc. Is there any way to do this now? Do I need to wait for a new release?

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Oct 06, 2005 8:13 am

Hi Gabriel,

this can be done in the existing version v7 (v6 too), you can export the chart to all available types of the editor via code. You can see how to do this in the Demo Features project (included in the TeeChart Pro installation) under :
All Features -> Welcome ! -> Exporting ->..

Post Reply