Reads the chart property and data settings (chart description) from the specified string.

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

Syntax

C#
public override void LoadChartFromString(
	string str
)
Visual Basic
Public Overrides Sub LoadChartFromString ( _
	str As String _
)

Parameters

str
Type: System..::..String
String which contains chart description.

Remarks

This method loads the contents of the specified string in XML format into the chart. The string should contain the output of a call to SaveChartToString. If an error occurs, an appropriate exception is thrown indicating the cause of error.

See Also