[Missing <summary> documentation for M:am.Charts.LineChartGraph.LoadFromViewState(System.Object)]

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void LoadFromViewState(
	Object savedState
)
Visual Basic (Declaration)
Public Sub LoadFromViewState ( _
	savedState As Object _
)
Visual C++
public:
void LoadFromViewState(
	Object^ savedState
)

Parameters

savedState
Type: System..::.Object

[Missing <param> documentation for "savedState"]

See Also