Packagestimulsoft.report.components.enums
Classpublic class StiDataBarDirection
InheritanceStiDataBarDirection Inheritance Object

In which direction data bar will be filled by brush, from left to right or from right to left.



Public Constants
 ConstantDefined 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
Constant Detail
DefaultConstant
public static const Default:int = 0

Default direction. Direction taked from text component.

LeftToRightConstant 
public static const LeftToRight:int = 1

From left to right direction.

RighToLeftConstant 
public static const RighToLeft:int = 2

From right to left direction.