Represents a collection of sort elements that are applied to a data source or provider.

IgxChartSortDescriptionCollection

new IgxChartSortDescriptionCollection(): IgxChartSortDescriptionCollection

Returns IgxChartSortDescriptionCollection

ngAcceptInputType_shouldDetachOnTargetChange

Section titled "ngAcceptInputType_shouldDetachOnTargetChange"
ngAcceptInputType_shouldDetachOnTargetChange: string | boolean
get count(): number

Returns number

get i(): ChartSortDescriptionCollection

Returns ChartSortDescriptionCollection

Gets or sets whether this collection should detach the sync when the target collection changes.

get shouldDetachOnTargetChange(): boolean

Returns boolean

set shouldDetachOnTargetChange(v: boolean): void

Parameters

  • v: boolean

Returns void

[iterator](): Generator<any, void, unknown>

Returns Generator<any, void, unknown>

add(item: IgxChartSortDescription): boolean

Parameters

Returns boolean

clear(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

indexOf(item: IgxChartSortDescription): number

Parameters

Returns number

insert(index: number, item: IgxChartSortDescription): void

Parameters

Returns void

item(index: number, value: IgxChartSortDescription): IgxChartSortDescription

Parameters

Returns IgxChartSortDescription

remove(item: IgxChartSortDescription): boolean

Parameters

Returns boolean

removeAt(index: number): IgxChartSortDescription

Parameters

  • index: number

Returns IgxChartSortDescription

toArray(): IgxChartSortDescription[]

Returns IgxChartSortDescription[]