[]
Saves the all of the contents of the control to the specified file, including data.
public override string SaveChartToString()
Type | Description |
---|---|
string | The string which contains chart description. |
This method saves the chart contents to the specified string in XML format. If an error occurs, an appropriate exception is thrown indicating the cause of error.
Save all the chart information, including data to the returned string with optional formatting.
public string SaveChartToString(bool formatting)
Type | Name | Description |
---|---|---|
bool | formatting | Whether to use formatting in XML output. |
Type | Description |
---|---|
string | The string which contains chart description. |
This method saves the chart contents to the specified string in XML format. If an error occurs, an appropriate exception is thrown indicating the cause of error.