StiDataBarsDirection Enumeration | 
 
            In which direction data bar will be filled by brush, from left to right or from right to left.
            
 
    Namespace: 
   Stimulsoft.Dashboard.Components.Table
    Assembly:
   Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntaxpublic enum StiDataBarsDirection
Public Enumeration StiDataBarsDirection
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | LeftToRight | 0 | 
            From left to right direction.
             | 
 | RighToLeft | 1 | 
            From right to left direction.
             | 
See Also