Class IgcChartSortDescription Constructors constructor new Igc Chart Sort Description ( field ? , sortDirection ? ) : IgcChartSortDescription Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:14 Parameters Optional field: string Optional sortDirection: ListSortDirection Accessors field get field( ) : string Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:19 Returns string set field( v ) : void Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:20 Parameters Returns void sort Direction get sortDirection( ) : ListSortDirection Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:24 Returns ListSortDirection set sortDirection( v ) : void Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:25 Parameters Returns void Methods equals equals ( other ) : boolean Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:32 Parameters Returns boolean find By Name find By Name ( name ) : any Defined in dist/igniteui-webcomponents-charts/lib/igc-chart-sort-description.d.ts:26 Parameters Returns any 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 an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.