[]
Save all the chart information, including data and images to the returned string with optional formatting.
public string SaveChartAndImagesToString(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.