Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AxisTickPosition Enumeration


In This Topic
    AxisTickPosition Enumeration
    In This Topic
    Specifies the axis tick position.
    Syntax
    'Declaration
     
    Public Enum AxisTickPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisTickPosition
    public enum AxisTickPosition : System.Enum 
    Members
    MemberDescription
    CrossSpecifies the tick is across the line.
    InsideSpecifies the tick is inside of the axis.
    NoneDoes not specify the positon of the tick.
    OutSideSpecifies the tick is outside of the axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.AxisTickPosition

    See Also