C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / LabelView3DEnum Enumeration

LabelView3DEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DLabel.View3D property in the |Chart3DLabel class.
Syntax
'Declaration
 
Public Enum LabelView3DEnum 
   Inherits System.Enum
 
Members
MemberDescription
NoneLabel is drawn in 2D plane of screen.
XZLabel is drawn in 3D plane parallel to XZ plane.
YZLabel is drawn in 3D plane parallel to YZ plane.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.LabelView3DEnum

See Also