Restore to view state to the represented by a Chart3DViewState object.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public void Restore( Chart3DViewState state ) |
Visual Basic |
---|
Public Sub Restore ( _ state As Chart3DViewState _ ) |
Parameters
- state
- Type: C1.Win.C1Chart3D..::..Chart3DViewState
The Chart3DViewState object.
Remarks
State must be previously saved using Save method.