GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / BarDirection Enumeration


BarDirection Enumeration
Represents the possible directions for a bar chart.
Syntax
'Declaration
 
Public Enum BarDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As BarDirection
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