Hi guys,
I am using MS Chart control in my program (window application using Vsiaul Studio 2008 - C#), it work great.
Now I try to fugure out how to save the graph into the disk. I try to use SaveImage() of the chart control, but does seem work as I intended to, I did something like:
Chart1.SaveImage("ImageName", ChartImageFormat.JPeg).
Any idea how to do it properly? Thank you so much for your help.
Melania