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.

IgxChartSelection

new IgxChartSelection(): IgxChartSelection

Returns IgxChartSelection

get item(): any

Returns any

set item(v: any): void

Parameters

  • v: any

Returns void

If set, allows for selecting a series based on a matcher. This should resolve to a single static series at the time that the chart selection is added to selected items. It will not be re-evaluated while the ChartSelection is in the selected items.

get matcher(): IgxSeriesMatcher

Returns IgxSeriesMatcher

set matcher(v: IgxSeriesMatcher): void

Parameters

Returns void

get series(): IgxSeriesComponent

Returns IgxSeriesComponent

set series(v: IgxSeriesComponent): void

Parameters

Returns void

equals(other: any): boolean

Parameters

  • other: any

Returns boolean

findByName(name: string): any

Parameters

  • name: string

Returns any