I'm just now getting familiar with the .NET chart controls. I'd like to know if I can save the contents of a chart as a .jpg or similar file on the server.

I would like to be able to have the user download the file or display it to the user in a non-.net page.

I think it should be possible to do this. How?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Look at Chart.SaveImage

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.