Skip to content

SelectedItem

SelectedItem in the SummaryView of ChartContent

SelectedItem Properties

Property Type Required
SelectedIndex integer Optional
Title string Optional
TrendImage Image Optional
TrendTitle string Optional
Value object Optional

SelectedIndex

If this is absent, SelectedItem is disabled.

  • type: integer

Title

  • type: string

TrendImage


TrendTitle

  • type: string

Value

If this is absent, the SelectedIndex of Data series will be picked automatically.

  • type: object with following properties.
Property Type Required Default
LeadingUnit string Optional
TrailingUnit string Optional
Metrics array Optional

LeadingUnit

TrailingUnit

Metrics

If this is absent, data will be picked based on Data in ChartView.

  • type: string[]