StiMinimumType Enum

Namespace: Stimulsoft.Report.Components

Types of minimal values in indicator classes.

Members

Member Value Description
Auto   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   Specified minimal value.
Percent   Miminal value specified as percentage from all minimal values from data list.
Minimum   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.