Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TickMark Enumeration
In This Topic
    TickMark Enumeration
    In This Topic
    Specifies the position of major and minor tick marks for an axis.
    Members
    MemberDescription
    CrossSpecifies that the marks cross the axis.
    InsideSpecifies that the marks are inside the axis.
    NoneSpecifies no marks.
    OutsideSpecifies that the marks are outside the axis.
    Inheritance Hierarchy

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

    See Also