Spread Windows Forms 12.0 Product Documentation
DatabarDirection Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : 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
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

Reference

GrapeCity.Spreadsheet Namespace