[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DView.Restore

Restore Method

Restore(Chart3DViewState)

Restore to view state to the represented by a Chart3DViewState object.

Declaration
public void Restore(Chart3DViewState state)
Public Sub Restore(state As Chart3DViewState)
Parameters
Type Name Description
Chart3DViewState state

The Chart3DViewState object.

Remarks

State must be previously saved using Save method.

See Also