DataVisualizer.AreaSelected

Syntax

AreaSelected: function (sender, args: Object);

Parameters

sender. Event source.

args. Event information. Available arguments: AreaSelection - area selection (the value is an object of PP.Ui.AreaSelection type), Cancel - determines whether clicking the chart legend title is canceled (by default the argument is set to False).

Description

The AreaSelected event is fired after a chart area is selected.

Example

The example of event use is given in the page with description of the DataVisualizer.AreaSelection property.

See also:

DataVisualizer