Package | stimulsoft.report.components.enums |
Class | public class StiMidType |
Inheritance | StiMidType ![]() |
Constant | Defined 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 |
Auto | Constant |
public static const Auto:int = 0
Mid value will be calculated as mid value between minimal and maximal values from data list.
Percent | Constant |
public static const Percent:int = 2
Mid value specified as percentage from all minimal and maximal values from data list.
Value | Constant |
public static const Value:int = 1
Specified mid value.