[]
Saves the contents of the current ChartData object to the specified file in XML format, including point data, holes and line and symbol style data.
public void SaveDataToFile(string Filename)
Type | Name | Description |
---|---|---|
string | Filename |
This method saves the ChartData object contents to the specified file in XML format. If an error occurs during the file creation or writing, an appropriate exception is thrown indicating the cause of error.