Page 1 of 1

Run export functions from code

Posted: Wed Oct 05, 2005 4:26 pm
by 9343635
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?

Posted: Thu Oct 06, 2005 8:13 am
by Pep
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 ->..