KpiThresholds interface
Defines the KPI Threshold limits.
Properties
increasing |
Whether or not the KPI is an increasing KPI. |
lower |
The lower threshold limit. |
upper |
The upper threshold limit. |
Property Details
increasingKpi
Whether or not the KPI is an increasing KPI.
increasingKpi: boolean
Property Value
boolean
lowerLimit
The lower threshold limit.
lowerLimit: number
Property Value
number
upperLimit
The upper threshold limit.
upperLimit: number
Property Value
number