RatingChart.Selected

Syntax

Selected: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Selection - array containing indices of selected data series,  StartLine and EndLine  - positions of the first and last selected series respectively.

Description

The Selected event occurs after selecting a data series in rating chart.

Example

The example of event use is given on the page with description of the RatingChart.getSelection method.

RatingChart