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


In This Topic
    DatabarDirection Enumeration
    In This Topic
    Specifies a value indicating whether the axis appears from right to left.
    Syntax
    'Declaration
     
    
    Public Enum DatabarDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DatabarDirection
    public enum DatabarDirection : System.Enum 
    Members
    MemberDescription
    ContextThe direction of the axis is inherited from the current context.
    LeftToRightThe axis appears from left to right. This is the default.
    RightToLeftThe axis appears from right to left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DatabarDirection

    See Also