Creates the chart drawing in the Macromedia Flash format and saves it.
Overload List
Creates the chart drawing in the Macromedia Flash format and saves it into a stream.
public void SaveToSwf(Stream);
Creates the chart drawing in the Macromedia Flash format and saves it into a file.
public void SaveToSwf(string);
Creates the chart drawing in the Macromedia Flash format and saves it into a file.
public void SaveToSwf(string,bool);
See Also
Chart Class | Aspose.Chart Namespace