ObjectHeaderChart¶
When assigning a rule to a property of ObjectHeaderChart, the rule will be passed an instance of the following proxy class as an argument:
ObjectHeaderChart Properties¶
| Property | Type | Required |
|---|---|---|
| ChartView | ChartView | No |
| KPI | object |
No |
| Subtitle | string |
No |
| Title | string |
No |
| TrendColor | string |
No |
| TrendImage | Image | No |
| TrendTitle | string |
No |
| _Name | string |
No |
ChartView¶
- type: ChartView
KPI¶
Support iOS only. A small KPI as a part of the Chart. Does not support CaptionLabel and ProgressView.
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
MetricItems |
array | No | |
Icon |
Image | No |
MetricItems¶
The KPI values and units.
All array items must be of the type:
Icon¶
This can be an image from a local resource or an image from web (HTTPS only).
Subtitle¶
SubTitle for the Chart.
- type:
string
Title¶
Title for the Chart.
- type:
string
TrendColor¶
Support iOS only. Color for TrendTitle. Will be overridden if Styles applied. Use HexCode for the color.
- type:
string
TrendImage¶
Support iOS only. The trend image of the Chart.
- type: Image
TrendTitle¶
Denotes the trend of the Chart.
- type:
string
_Name¶
- type:
string