Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarAxisPosition Enumeration


In This Topic
    DatabarAxisPosition Enumeration
    In This Topic
    Represents the axis position for the data bar.
    Syntax
    'Declaration
     
    
    Public Enum DatabarAxisPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DatabarAxisPosition
    public enum DatabarAxisPosition : System.Enum 
    Members
    MemberDescription
    AutomaticIndicates that the axis position for the data bar is calculated automatically.
    MiddleIndicates that the axis position for the data bar is the midpoint of the cell.
    NoneIndicates that there is no axis for the data bar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DatabarAxisPosition

    See Also