Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TickLabelOrientation Enumeration
In This Topic
    TickLabelOrientation Enumeration
    In This Topic
    Specifies the text orientation for tick-mark labels.
    Members
    MemberDescription
    OrientationAutomaticSpecifies that the text orientation is set by Excel.
    OrientationDownwardSpecifies that the text is oriented down.
    OrientationHorizontalSpecifies that the characters are horizontal.
    OrientationUpwardSpecifies that the text is oriented upward.
    OrientationVerticalSpecifies that the characters are vertical.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.TickLabelOrientation

    See Also