Export multiple charts into one file
Posted: 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?
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?