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?
System.Windows.Forms.DataVisualization.Charting.Chart
How about the Chart.SaveImage() method?
Chart.SaveImage()