ComponentOne FlexReport for WinForms
ChartLabelView3D Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartLabelView3D Enumeration
Specifies the 3D-view plane of the chart label of 3D chart.
Syntax
'Declaration
 
Public Enum ChartLabelView3D 
   Inherits System.Enum
public enum ChartLabelView3D : 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.FlexReport.Chart.ChartLabelView3D

See Also

Reference

C1.Win.FlexReport.Chart Namespace