ObjectHeaderChart¶
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:
object
with 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