Loads the C1WebChart with a new state retrieved from a base64 string previously saved by SaveWebChartToString().

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public void LoadWebChartFromString(
	string stateString
)
Visual Basic
Public Sub LoadWebChartFromString ( _
	stateString As String _
)

Parameters

stateString
Type: System..::..String
A base64 string that contains the C1.Web.C1WebChart current state.

See Also