Exporting Four Charts to PDF

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
SPT
Newbie
Newbie
Posts: 2
Joined: Mon Sep 05, 2005 4:00 am
Location: Tampa, FL USA

Exporting Four Charts to PDF

Post by SPT » Tue Sep 13, 2005 10:17 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 15, 2005 9:00 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

SPT
Newbie
Newbie
Posts: 2
Joined: Mon Sep 05, 2005 4:00 am
Location: Tampa, FL USA

Post by SPT » Thu Sep 15, 2005 12:52 pm

Thanks for the help, Narcís.

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

SPT

Post Reply