[]
Saves the all of the contents of the control to the specified file, including data.
public override string SaveChartToString()
Public Overrides Function SaveChartToString() As String
| 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)
Public Function SaveChartToString(formatting As Boolean) As String
| 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.