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

IgrChartSortDescriptionCollection

new IgrChartSortDescriptionCollection(): IgrChartSortDescriptionCollection

Returns IgrChartSortDescriptionCollection

shouldDetachOnTargetChange: boolean
get count(): number

Returns number

get i(): ChartSortDescriptionCollection

Returns ChartSortDescriptionCollection

add(item: IgrChartSortDescription): boolean

Parameters

Returns boolean

clear(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

indexOf(item: IgrChartSortDescription): number

Parameters

Returns number

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

Parameters

Returns void

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

Parameters

Returns IgrChartSortDescription

remove(item: IgrChartSortDescription): boolean

Parameters

Returns boolean

removeAt(index: number): IgrChartSortDescription

Parameters

  • index: number

Returns IgrChartSortDescription

toArray(): IgrChartSortDescription[]

Returns IgrChartSortDescription[]