RatingChart.Sorted

Syntax

Sorted: 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.Sorting, enumeration, ActiveColumn - index of the active column in the chart.

Description

The Sorted event occurs after sorting of rating chart elements is completed.

Example

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

RatingChart