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


In This Topic
    BarDirection Enumeration
    In This Topic
    Specifies the direction of the data bar.
    Syntax
    'Declaration
     
    Public Enum BarDirection 
       Inherits System.Enum
    'Usage
     
    Dim instance As BarDirection
    public enum BarDirection : System.Enum 
    Members
    MemberDescription
    LeftToRightIndicates whether to display the bar from left to right.
    RightToLeftIndicates whether to display the bar from right to left.
    Inheritance Hierarchy

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

    See Also