Constructors
constructor
new Igx Chart Selection( ) : IgxChartSelection
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:15
Accessors
item
get item( ) : any
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:17
Returns any
set item( v: any ) : void
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:18
Parameters
Returns void
matcher
get matcher( ) : IgxSeriesMatcher
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:25
set matcher( v: IgxSeriesMatcher ) : void
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:26
Parameters
Returns void
series
get series( ) : IgxSeriesComponent
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:19
set series( v: IgxSeriesComponent ) : void
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:20
Parameters
Returns void
Methods
equals
equals( other: any ) : boolean
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:28
Parameters
Returns boolean
find By Name
find By Name( name: string ) : any
Defined in igniteui-angular-charts/lib/igx-chart-selection.d.ts:27
Parameters
Returns any
get Hash Code
get Hash Code( ) : number
Defined in igniteui-angular-charts/lib/igx-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.