| Package | stimulsoft.report.components.enums |
| Class | public class StiDataBarDirection |
| Inheritance | StiDataBarDirection Object |
| Constant | Defined By | ||
|---|---|---|---|
| Default : int = 0 [static] Default direction. | StiDataBarDirection | ||
| LeftToRight : int = 1 [static] From left to right direction. | StiDataBarDirection | ||
| RighToLeft : int = 2 [static] From right to left direction. | StiDataBarDirection | ||
| Default | Constant |
public static const Default:int = 0Default direction. Direction taked from text component.
| LeftToRight | Constant |
public static const LeftToRight:int = 1From left to right direction.
| RighToLeft | Constant |
public static const RighToLeft:int = 2From right to left direction.