Chart.ItemsSelected

Syntax

ItemsHovered: function (sender, args);

Parameters

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.

Description

The ItemsSelected event occurs on selecting a chart series.

Example

The example of use is given in description of the Chart.ItemsHovered event.

See also:

Chart