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
Properties
Section titled "Properties"item: any matcher
Section titled "matcher"matcher: IgrSeriesMatcher series
Section titled "series"series: IgrSeries Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
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