Saves the chart area to the specified file in the specified image format
This example shows how to save the chart area to a bitmap
private void SaveChartToImage()
{
chart1.SaveToBitmap(@"\My Documents\Chart1.bmp", System.Drawing.Imaging.ImageFormat.Bmp);
}
Chart Class | PPCC.Chart Namespace