Spread for ASP.NET 11 Product Documentation
LoadViewState Method (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : LoadViewState Method
An Object that represents the control state to be restored.
Restores view-state information from a previous page request that was saved by the SaveViewState method.
Syntax
'Declaration
 
Protected Overrides Sub LoadViewState( _
   ByVal savedState As Object _
) 
'Usage
 
Dim instance As FpChart
Dim savedState As Object
 
instance.LoadViewState(savedState)
protected override void LoadViewState( 
   object savedState
)

Parameters

savedState
An Object that represents the control state to be restored.
See Also

Reference

FpChart Class
FpChart Members