FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLabelView3D Enumeration

In This Topic
    ChartLabelView3D Enumeration
    In This Topic
    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