ComponentOne FlexReport for WinForms
Chart3DView3D Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DView3D Enumeration
Specifies the predefined view of the 3D cube.
Syntax
'Declaration
 
Public Enum Chart3DView3D 
   Inherits System.Enum
public enum Chart3DView3D : System.Enum 
Members
MemberDescription
CustomCustom view.
DefaultDefault view.
XY_2D_NegView XY-plane from negative edge of Z-axis.
XY_2D_PosView XY-plane from positive edge of Z-axis.
XZ_2D_NegView XZ-plane from negative edge of Y-axis.
XZ_2D_PosView XZ-plane from positive edge of Y-axis.
YZ_2D_NegView YZ-plane from negative edge of X-axis.
YZ_2D_PosView YZ-plane from positive edge of X-axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.Chart3DView3D

See Also

Reference

C1.Win.FlexReport.Chart Namespace