Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / LoadViewState Method
An Object that represents the control state to be restored.


In This Topic
    LoadViewState Method (FpChart)
    In This Topic
    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