StiDataBarDirection Enumeration |
In which direction data bar will be filled by brush, from left to right or from right to left.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiDataBarDirection
Public Enumeration StiDataBarDirection
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default direction. Direction taked from text component.
|
| LeftToRight | 1 |
From left to right direction.
|
| RighToLeft | 2 |
From right to left direction.
|
See Also