[]
Saves the all of the contents of the control to a string, excluding data.
public string SaveChartTemplateToString()
Public Function SaveChartTemplateToString() As String
| Type | Description |
|---|---|
| string |
This method saves the chart contents to the returned string in XML format. If an error occurs during the string creation, an appropriate exception is thrown indicating the cause of error.
Saves the all of the contents of the control to a string, excluding data.
public string SaveChartTemplateToString(bool formatting)
Public Function SaveChartTemplateToString(formatting As Boolean) As String
| Type | Name | Description |
|---|---|---|
| bool | formatting | Specifies whether the returned string is formatted and indented for readability. |
| Type | Description |
|---|---|
| string |
This method saves the chart contents to the returned string in XML format. If an error occurs during the string creation, an appropriate exception is thrown indicating the cause of error.