Constructors constructor new Igc Chart Selection ( ) : IgcChartSelection Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:15 Accessors item get item( ) : any Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:17 Returns any set item( v ) : void Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:18 Parameters Returns void matcher get matcher( ) : IgcSeriesMatcher Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:25 set matcher( v ) : void Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:26 Parameters Returns void series get series( ) : IgcSeriesComponent Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:19 set series( v ) : void Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:20 Parameters Returns void Methods equals equals ( other ) : boolean Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:28 Parameters Returns boolean find By Name find By Name ( name ) : any Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:27 Parameters Returns any get Hash Code get Hash Code ( ) : number Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-selection.d.ts:29 Returns number Legend Module Object literal Variable Function Function with type parameter Index signature Type alias Type alias with type parameter Enumeration Enumeration member Property Method Interface Interface with type parameter Constructor Property Method Index signature Class Class with type parameter Constructor Property Method Accessor Index signature Inherited constructor Inherited property Inherited method Inherited accessor Protected property Protected method Protected accessor Private property Private method Private accessor Static property Static method
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.