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"IgrChartSelection
new IgrChartSelection(): IgrChartSelection Returns IgrChartSelection
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(): IgrSeriesMatcher
Returns IgrSeriesMatcher
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
series
Section titled "series"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