Save chart description to the string.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public string SaveChartToString(
	bool formatting
)
Visual Basic
Public Function SaveChartToString ( _
	formatting As Boolean _
) As String

Parameters

formatting
Type: System..::..Boolean
Whether the output string is formatted.

Return Value

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