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.
Constructors
Section titled "Constructors"IgxChartSelection
new IgxChartSelection(): IgxChartSelection Returns IgxChartSelection
Accessors
Section titled "Accessors"get item(): any
Returns any
set item(v: any): void Parameters
- v:
any
Returns void
matcher
Section titled "matcher"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
series
Section titled "series"get series(): IgxSeriesComponent
Returns IgxSeriesComponent
Methods
Section titled "Methods"equals
Section titled "equals"equals(other: any): boolean Parameters
- other:
any
Returns boolean
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string