[]
        
(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)
Parameters
Type Name Description
Chart3DViewState state

The Chart3DViewState object.

Remarks

State must be previously saved using Save method.

See Also