BubbleChart.CaptionClick

Syntax

CaptionClick: function (sender, args);

Parameters

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.

Description

The CaptionClick event occurs on clicking bubble chart caption and bubble chart elements' captions.

Example

The example of use is given in the page with description of the BubbleChart.getLegend method.

See also:

BubbleChart