Selected: function(sender, args);
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.
The Selected event occurs after selecting a data series in rating chart.
The example of event use is given on the page with description of the RatingChart.getSelection method.