StiMaximumType Enumeration |
Types of maximal values in indicator classes.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiMaximumType
Public Enumeration StiMaximumType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Maximal value will be calculated automatically based on values from data list.
If calculated maximal value will be less than 0 then 0 will be used as maximum value.
|
| Value | 1 |
Specified maximal value.
|
| Percent | 2 |
Maximal value specified as percentage from all maximal values from data list.
|
| Maximum | 3 |
Maximal value will be calculated automatically based on values from data list.
If calculated maximal value will be less than 0 then maximal value will be used as maximum value.
|
See Also