AreaSelected: 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 - determines whether clicking the chart legend title is canceled (by default the argument is set to False).
The AreaSelected event is fired after a chart area is selected.
The example of event use is given in the page with description of the DataVisualizer.AreaSelection property.
See also: