[]
Saves the all of the contents of the control to the specified file, including data.
public void SaveChartAndImagesToFile(string Filename)
Public Sub SaveChartAndImagesToFile(Filename As String)
| Type | Name | Description |
|---|---|---|
| string | Filename | File name |
This method saves the chart contents to the specified file in XML format. If an error occurs during the file creation and writing, an appropriate exception is thrown indicating the cause of error.