Export multiple charts into one file

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
rossmc
Newbie
Newbie
Posts: 57
Joined: Wed Apr 08, 2009 12:00 am

Export multiple charts into one file

Post by rossmc » Tue Sep 08, 2009 7:03 am

Hi

I have two chart controls on a single windows form. It's easy enough to export a single chart to a image file as such, chart.Export.Save("c:\MyApp\MyChart.bmp")

What I would like to do is combine both of these chart controls (stacked above one another) into a single image file.

Any ideas?

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

Re: Export multiple charts into one file

Post by Narcís » Tue Sep 08, 2009 8:59 am

Hi rossmc,

Yes, you can do as in the example I posted in this thread.
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

Post Reply