Creates the chart image and saves it.
Overload List
Creates the chart image and saves it to a stream in the specified format.
public void Save(Stream,ImageFormat);
Creates the chart image and saves it to a stream in the Jpeg format.
public void Save(Stream,long);
Creates the chart image and saves it to a file.
public void Save(string);
Creates the chart image and saves it to a file in the specified format.
public void Save(string,ImageFormat);
Creates the chart image and saves it to a file in the Jpeg format.
public void Save(string,long);
See Also
Chart Class | Aspose.Chart Namespace