Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TickLabelOrientation Enumeration
In This Topic
    TickLabelOrientation Enumeration
    In This Topic
    Specifies the text orientation for tick-mark labels.
    Syntax
    public enum TickLabelOrientation : System.Enum 
    Members
    MemberDescription
    OrientationAutomatic Specifies that the text orientation is set by Excel.
    OrientationDownward Specifies that the text is oriented down.
    OrientationHorizontal Specifies that the characters are horizontal.
    OrientationUpward Specifies that the text is oriented upward.
    OrientationVertical Specifies that the characters are vertical.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.TickLabelOrientation

    See Also