Click or drag to resize

StiMinimumType Enumeration

Types of minimal values in indicator classes.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiMinimumType
Members
  Member nameValueDescription
Auto0 Minimal value will be calculated automatically based on values from data list. If calculated minimal value will be more than 0 then 0 will be used as minimum value.
Value1 Specified minimal value.
Percent2 Miminal value specified as percentage from all minimal values from data list.
Minimum3 Minimal value will be calculated automatically based on values from data list. If calculated minimal value will be more than 0 then minimal value will be used as minimum value.
See Also