ItemsHovered: function (sender, args);
sender. Event source.
args. Information on the event. Available argument: Items. This is a JSON object that contains the following settings: <index of selected series>: true.
The ItemsSelected event occurs on selecting a chart series.
The example of use is given in description of the Chart.ItemsHovered event.
See also: