[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.C1Chart3D.SaveChartToString

SaveChartToString Method

SaveChartToString()

Save chart description to a string.

Declaration
public override string SaveChartToString()
Returns
Type Description
string

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

See Also

SaveChartToString(bool)

Save chart description to the string.

Declaration
public string SaveChartToString(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 SaveChartToString method the chart can also write these properties to a string value. The chart can also be loaded from this string.

See Also