Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartTextOrientation Enumeration

In This Topic
    ChartTextOrientation Enumeration
    In This Topic
    Specifies text orientation.
    Syntax
    'Declaration
     
    Public Enum ChartTextOrientation 
       Inherits System.Enum
    public enum ChartTextOrientation : System.Enum 
    Members
    MemberDescription
    AutoIndicates that orientation will be selected automatically based on the context (for example, Rotated270 for titles docked on the left).
    HorizontalHorizontal text.
    Rotated270Vertical text – Rotated 270 degrees.
    Rotated90Vertical text – Rotated 90 degrees.
    StackedVertical text – No character rotation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartTextOrientation

    See Also