[]
        
Specifies a value indicating whether the axis appears from right to left.
public enum DatabarDirection : byte
  Public Enum DatabarDirection As Byte
  | Name | Description | 
|---|---|
| Context | The direction of the axis is inherited from the current context.  | 
      
| LeftToRight | The axis appears from left to right. This is the default.  | 
      
| RightToLeft | The axis appears from right to left.  |