[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.LoadChartTemplateFromString

LoadChartTemplateFromString Method

LoadChartTemplateFromString(string)

Reads the chart property and settings (chart description) and images from the specified string.

Declaration
public void LoadChartTemplateFromString(string str)
Parameters
Type Name Description
string str

String containing chart template

Remarks

This method loads the contents of the specified string in XML format into the chart. The string should contain the output of a call to SaveChartTemplateToString. If chart element images were present at the time the SaveChartTemplateToString was called, the appropriate images are also reset to the saved values. If an error occurs during reading or chart drawing, an appropriate exception is thrown indicating the cause of error.