Click or drag to resize

StiMidType Enumeration

Types of mid values in indicator classes.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiMidType
Members
  Member nameValueDescription
Auto0 Mid value will be calculated as mid value between minimal and maximal values from data list.
Value1 Specified mid value.
Percent2 Mid value specified as percentage from all minimal and maximal values from data list.
See Also