[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.SaveChartAndImagesToString

SaveChartAndImagesToString Method

SaveChartAndImagesToString(bool)

Save all the chart information, including data and images to the returned string with optional formatting.

Declaration
public string SaveChartAndImagesToString(bool formatting)
Parameters
Type Name Description
bool formatting

Whether to use formatting in XML output.

Returns
Type Description
string

The string which contains chart description.

Remarks

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.