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
Public Enumeration StiMinimumType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
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.
|
| Value | 1 |
Specified minimal value.
|
| Percent | 2 |
Miminal value specified as percentage from all minimal values from data list.
|
| Minimum | 3 |
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