How to save a Chart control picture to a file?

Ivan picture Ivan · Jun 2, 2012 · Viewed 45.2k times · Source

Having a chart displayed with a System.Windows.Forms.DataVisualization.Charting.Chart control in a .Net 4.0 WinForms application, can I save its render into a picture file?

Answer

CodeCaster picture CodeCaster · Jun 2, 2012

How about the Chart.SaveImage() method?