Page 1 of 1

Export multiple charts into one file

Posted: Tue Sep 08, 2009 7:03 am
by 13052926
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?

Re: Export multiple charts into one file

Posted: Tue Sep 08, 2009 8:59 am
by narcis
Hi rossmc,

Yes, you can do as in the example I posted in this thread.