ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / Save Method

In This Topic
    Save Method
    In This Topic
    Save current view state to the Chart3DViewState object.
    Syntax
    'Declaration
     
    Public Function Save() As Chart3DViewState
    public Chart3DViewState Save()

    Return Value

    The Chart3DViewState object.
    Remarks
    Use Restore method to return view to the saved state.
    See Also