Page 1 of 1

Exporting Four Charts to PDF

Posted: Tue Sep 13, 2005 10:17 pm
by 9343224
How would I export multiple charts (like the FourCharts to BMP example) to PDF, JPEG, or GIF? Is it possible?

Any assistance will be appreciated.

Posted: Thu Sep 15, 2005 9:00 am
by narcis
Hi SPT,

For JPEG and GIF export you should use similar code to the BMP example you referred to: generating the image, painting the chart in the imatge, etc.

This wouldn't be possible in PDF, but I'll add this request to our wish-list to be considered for future releases. In the meantime, you can use several custom axes positioned in a way that simulates that there are 4 separate charts but all in only one TChart. It may also be helpful for you doing something like in the "Multiple Pies" example.

Posted: Thu Sep 15, 2005 12:52 pm
by 9343224
Thanks for the help, NarcĂ­s.

The multiple pies example might be just what I was looking for. :)

SPT