SelectionStart: function(sender, args);
sender. Event source.
args. Event information. Available argument: LineIndex - position of the data series selected in the chart.
The SelectionStart event occurs on selecting a data series in rating chart.
The example of event use is given on the page with description of the RatingChart.getSelection method.