Packagestimulsoft.report.components.enums
Classpublic class StiMidType
InheritanceStiMidType Inheritance Object

Types of mid values in indicator classes.



Public Constants
 ConstantDefined By
  Auto : int = 0
[static] Mid value will be calculated as mid value between minimal and maximal values from data list.
StiMidType
  Percent : int = 2
[static] Mid value specified as percentage from all minimal and maximal values from data list.
StiMidType
  Value : int = 1
[static] Specified mid value.
StiMidType
Constant Detail
AutoConstant
public static const Auto:int = 0

Mid value will be calculated as mid value between minimal and maximal values from data list.

PercentConstant 
public static const Percent:int = 2

Mid value specified as percentage from all minimal and maximal values from data list.

ValueConstant 
public static const Value:int = 1

Specified mid value.