I am currently using:
chart.SaveImage(exportData.FileName.ToString(),System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Png);
to save a chart in a windows form as a .png file. Currently running into the issue that the chart is lacking axes and a title, etc. The images show the graph with data in Visual Studio and the saved image. As you can see, I am missing the axes and title in the saved image. Any help would be appreciated. Thank you.
Graph in visual studio:
Graph exported through SaveImage: