AreaSelecting: function (sender, args: Object);
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).
The AreaSelecting event is fired in the handle of chart area selection.
The example of event use is given in the page with description of the DataVisualizer.AreaSelection property.
See also: