RatingChart.SelectionStart

Syntax

SelectionStart: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available argument: LineIndex - position of the data series selected in the chart.

Description

The SelectionStart event occurs on 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