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


In This Topic
    BarDirection Enumeration
    In This Topic
    Represents the possible directions for a bar chart.
    Syntax
    'Declaration
     
    
    Public Enum BarDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarDirection
    public enum BarDirection : System.Enum 
    Members
    MemberDescription
    BarThe chart is a bar chart - the data markers are horizontal rectangles.
    ColumnThe chart is a column chart - the data markers are vertical rectangles.
    Inheritance Hierarchy

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

    See Also