ChartSeriePoint.getTooltipValues

Syntax

getTooltipValues();

Description

The getTooltipValues method returns values of bubble chart bubble for all dimensions.

Comments

The method returns JSON object with the following properties: ColorTitle and ColorValue - name and value of dimension by bubble color (PP.Ui.VisualType.Color), SizeTitle and SizeValue - name and value by bubble size (PP.Ui.VisualType.R), XTitle and XValue - name and value by X axis coordinate (PP.Ui.VisualType.X), YTitle and YValue - name and value by Y axis coordinate (PP.Ui.VisualType.Y), Name - name of bubble chart bubble.

Example

The example of use is given in the page with description of the ChartSeriePoint.getTooltipMask method.

See also:

ChartSeriePoint