SelectedItem¶
SelectedItem in the SummaryView of ChartContent
When assigning a rule to a property of SelectedItem, the rule will be passed an instance of the following proxy class as an argument:
SelectedItem Properties¶
| Property | Type | Required |
|---|---|---|
| SelectedIndex | integer |
No |
| Title | string |
No |
| TrendImage | Image | No |
| TrendTitle | string |
No |
| Value | object |
No |
SelectedIndex¶
If this is absent, SelectedItem is disabled.
- type:
integer
Title¶
- type:
string
TrendImage¶
- type: Image
TrendTitle¶
- type:
string
Value¶
If this is absent, the SelectedIndex of Data series will be picked automatically.
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
LeadingUnit |
string | No | |
TrailingUnit |
string | No | |
Metrics |
array | No |
LeadingUnit¶
TrailingUnit¶
Metrics¶
If this is absent, data will be picked based on Data in ChartView.
- type:
string[]