Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TickLabelType Enumeration


In This Topic
    TickLabelType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum TickLabelType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TickLabelType
    public enum TickLabelType : System.Enum 
    Members
    MemberDescription
    High 
    Low 
    NextToAxis 
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.TickLabelType

    See Also