[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.C1Chart3D.LoadChartFromString

LoadChartFromString Method

LoadChartFromString(string)

Loads chart description from a string.

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

String that contains chart description.

Overrides
Remarks

When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartToString method the chart can also write these properties to a string value. This method then loads the chart from this string value.

See Also