[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.C1Chart3D.SaveChartTemplateToString

SaveChartTemplateToString Method

SaveChartTemplateToString()

Save chart template to a string.

Declaration
public string SaveChartTemplateToString()
Returns
Type Description
string

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. The chart can also be loaded from this string.

See Also

SaveChartTemplateToString(bool)

Save chart description to the string.

Declaration
public string SaveChartTemplateToString(bool formatting)
Parameters
Type Name Description
bool formatting

Whether the output string is formatted.

Returns
Type Description
string

String that contains chart description.

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. The chart can also be loaded from this string.

See Also