RatingChart.Sorting

Syntax

Sorting: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: TimeSlice - time period index, Method - mode of items sorting in the rating chart, selected using the PP.Sortingenumeration, ActiveColumn - index of the active column in the chart.

Description

The Sorting event occurs during sorting of rating chart elements.

Example

The example of event use is given on the page with description of the RatingChart.SortMethod property.

RatingChart