Use the members of this enumeration to set the value of the View3D
property in the Chart3DView class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public enum View3DEnum |
| Visual Basic |
|---|
Public Enumeration View3DEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Default view. | |
| XY_2D_Pos | 1 | View XY-plane from positive edge of Z-axis. | |
| XY_2D_Neg | 2 | View XY-plane from negative edge of Z-axis. | |
| XZ_2D_Pos | 3 | View XZ-plane from positive edge of Y-axis. | |
| XZ_2D_Neg | 4 | View XZ-plane from negative edge of Y-axis. | |
| YZ_2D_Pos | 5 | View YZ-plane from positive edge of X-axis. | |
| YZ_2D_Neg | 6 | View YZ-plane from negative edge of X-axis. | |
| Custom | 7 | Custom view. |