ChartSerie.draw

Syntax

draw(parentNode: SVGSVGElement|SVGGElement);

Parameters

parentNode. Container where the data series will be drawn.

Description

The draw method renders a data series in a bubble chart.

Example

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

See also:

ChartSerie