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

In This Topic
    Chart3DTextRotation Enumeration
    In This Topic
    Specifies the text rotation in 3D cube.
    Syntax
    'Declaration
     
    Public Enum Chart3DTextRotation 
       Inherits System.Enum
    public enum Chart3DTextRotation : System.Enum 
    Members
    MemberDescription
    Rot2DRotate in the plane of screen.
    Rot3DRotate in 3D space.
    RotNoNo rotation.
    Inheritance Hierarchy

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

    See Also