Chart.Selected

Syntax

Selected: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Selected event occurs on selecting a chart series item.

Comments

To trigger the Selected event, hold down the SHIFT key and select a chart series item with the mouse.

Example

The example of use is given on the page with description of the Chart.getSelection method.

See also:

Chart