ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / Restore Method
The Chart3DViewState object.

In This Topic
    Restore Method
    In This Topic
    Restore to view state to the represented by a Chart3DViewState object.
    Syntax
    'Declaration
     
    Public Sub Restore( _
       ByVal state As Chart3DViewState _
    ) 
    public void Restore( 
       Chart3DViewState state
    )

    Parameters

    state
    The Chart3DViewState object.
    Remarks
    State must be previously saved using Save method.
    See Also