KPIView¶
When assigning a rule to a property of KPIView, the rule will be passed an instance of the following proxy class as an argument:
KPIView Properties¶
| Property | Type | Required |
|---|---|---|
| Footnote | string |
No |
| LeftMetric | string |
No |
| LeftUnit | string |
No |
| RightMetric | string |
No |
| RightUnit | string |
No |
| _Name | string |
No |
| _Type | const |
No |
Footnote¶
A label displayed below the KPI units and metrics.
- type:
string
LeftMetric¶
The KPI metric value displays at the left side.
- type:
string
LeftUnit¶
The KPI unit value displays at the left side.
- type:
string
RightMetric¶
The KPI metric value displays at the right side.
- type:
string
RightUnit¶
The KPI unit value displays at the right side.
- type:
string
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be:
"CardHeader.Type.KPIView"