Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / TickMark Enumeration


In This Topic
    TickMark Enumeration
    In This Topic
    Represents the possible positions for tick marks.
    Syntax
    'Declaration
     
    
    Public Enum TickMark 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TickMark
    public enum TickMark : System.Enum 
    Members
    MemberDescription
    CrossThe tick marks shall cross the axis.
    InsideThe tick marks shall be inside the plot area.
    NoneThere shall be no tick marks.
    OutsideThe tick marks shall be outside the plot area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.TickMark

    See Also