Search code examples
c#.netwinformschartsmschart

How to save a Chart control picture to a file?


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?


Solution

  • How about the Chart.SaveImage() method?