[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.View3DEnum

View3DEnum Enum

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.4.8.dll
Syntax
public enum View3DEnum

Fields

Name Description
Custom

Custom view.

Default

Default view.

XY_2D_Neg

View XY-plane from negative edge of Z-axis.

XY_2D_Pos

View XY-plane from positive edge of Z-axis.

XZ_2D_Neg

View XZ-plane from negative edge of Y-axis.

XZ_2D_Pos

View XZ-plane from positive edge of Y-axis.

YZ_2D_Neg

View YZ-plane from negative edge of X-axis.

YZ_2D_Pos

View YZ-plane from positive edge of X-axis.