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


In This Topic
    TickLabelPosition Enumeration
    In This Topic
    Represents the possible positions for tick labels.
    Syntax
    'Declaration
     
    
    Public Enum TickLabelPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TickLabelPosition
    public enum TickLabelPosition : System.Enum 
    Members
    MemberDescription
    HighThe axis labels shall be at the high end of the perpendicular axis.
    LowThe axis labels shall be at the low end of the perpendicular axis.
    NextToThe axis labels shall be next to the axis.
    NoneThe axis labels are not drawn.
    Inheritance Hierarchy

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

    See Also