Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TickLabelPosition Enumeration
In This Topic
    TickLabelPosition Enumeration
    In This Topic
    Specifies the position of tick-mark labels on the specified axis.
    Members
    MemberDescription
    HighSpecifies that the tick marks are at the top or right side of the chart.
    LowSpecifies that the tick marks are on the bottom or left side of the chart.
    NextToAxisSpecifies that the tick marks are next to the axis (where the axis is not at either side of the chart).
    NoneSpecifies no tick marks.
    Inheritance Hierarchy

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

    See Also