DataVisualizer.AreaSelecting

Syntax

AreaSelecting: 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 - it determines whether clicking the chart legend title is canceled (by default the argument is set to False).

Description

The AreaSelecting event is fired in the handle of chart area selection.

Example

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

See also:

DataVisualizer