Use the members of this enumeration to set the value of the View3D property in the Chart3DView class.

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

Syntax

C#
public enum View3DEnum
Visual Basic
Public Enumeration View3DEnum

Members

Member nameValueDescription
Default0 Default view.
XY_2D_Pos1 View XY-plane from positive edge of Z-axis.
XY_2D_Neg2 View XY-plane from negative edge of Z-axis.
XZ_2D_Pos3 View XZ-plane from positive edge of Y-axis.
XZ_2D_Neg4 View XZ-plane from negative edge of Y-axis.
YZ_2D_Pos5 View YZ-plane from positive edge of X-axis.
YZ_2D_Neg6 View YZ-plane from negative edge of X-axis.
Custom7 Custom view.

See Also