BubbleChartObjectCollection.draw

Syntax

draw(parentNode: SVGElement, visualType: PP.Ui.VisualType, secondCoord: Number);

Parameters

parentNode. Container where the collection objects should be drawn. Optional parameter.

visualType. Type of bubble chart axis, for which data must be obtained. Optional parameter.

secondCoord. Coordinate that should not be read from bubble chart data. Optional parameter. By default it equals to 0.

Description

The draw method renders collection objects in bubble chart.

Example

The example of method use is given in the page ChartLabelCollection Constructor.

See also:

BubbleChartObjectCollection