Save current view state to the Chart3DViewState object.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public Chart3DViewState Save()
Visual Basic
Public Function Save As Chart3DViewState

Return Value

The Chart3DViewState object.

Remarks

Use Restore method to return view to the saved state.

See Also