[]
Saves the all of the contents of the control to a string, excluding data.
public string SaveChartTemplateToString()
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)
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.