[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.LoadChartFromString

LoadChartFromString Method

LoadChartFromString(string)

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

Declaration
public override void LoadChartFromString(string str)
Parameters
Type Name Description
string str

String which contains chart description.

Overrides
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 SaveChartToString. If an error occurs, an appropriate exception is thrown indicating the cause of error.