CaptionClick: function (sender, args);
sender. Event source.
args. Event information. Available arguments: Break - indicates if the event is canceled, Element - SVG element that corresponds to bubble chart, Event - mouse event, Type - type of displayed element, selected using the PP.Ui.VisualType enumeration.
The CaptionClick event occurs on clicking bubble chart caption and bubble chart elements' captions.
The example of use is given in the page with description of the BubbleChart.getLegend method.
See also: