Chart.Deselected

Syntax

Deselected: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Deselected event occurs on removing selection from chart series items.

Example

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

See also:

Chart