Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarDirection Enumeration


DatabarDirection Enumeration
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
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