Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TickMark Enumeration
In This Topic
    TickMark Enumeration
    In This Topic
    Specifies the position of major and minor tick marks for an axis.
    Syntax
    public enum TickMark : System.Enum 
    Members
    MemberDescription
    Cross Specifies that the marks cross the axis.
    Inside Specifies that the marks are inside the axis.
    None Specifies no marks.
    Outside Specifies that the marks are outside the axis.
    Inheritance Hierarchy

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

    See Also