C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / LoadChartTemplateFromString Method
String that contains the chart template.

In This Topic
LoadChartTemplateFromString Method
In This Topic
Loads chart template from a string.
Syntax
'Declaration
 
Public Sub LoadChartTemplateFromString( _
   ByVal s As System.String _
) 
 

Parameters

s
String that contains the chart template.
Remarks
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.
See Also