Represents a selected item within the chart. This should be treated as immutable while in the selected items collection. Changes while part of the collection will not be respected.

IgrChartSelection

new IgrChartSelection(): IgrChartSelection

Returns IgrChartSelection

item: any
matcher: IgrSeriesMatcher
series: IgrSeries
get nativeElement(): HTMLElement

Returns HTMLElement

equals(other: any): boolean

Parameters

  • other: any

Returns boolean

findByName(name: string): any

Parameters

  • name: string

Returns any