Package | stimulsoft.report.components.enums |
Class | public class StiDataBarDirection |
Inheritance | StiDataBarDirection ![]() |
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 = 0
Default direction. Direction taked from text component.
LeftToRight | Constant |
public static const LeftToRight:int = 1
From left to right direction.
RighToLeft | Constant |
public static const RighToLeft:int = 2
From right to left direction.