[]
Loads chart template from a string.
public void LoadChartTemplateFromString(string s)
Type | Name | Description |
---|---|---|
string | s | String that contains the chart template. |
When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartTemplateToString method the chart can also write these properties to a string value. This method then loads the chart from this string value.