ChartSelection.draw

Syntax

draw(parentNode: SVGElement, cx: Number, cy: Number, r: Number, xVal: Number, yVal: Number, opacity: Number, stroke: PP.SolidColorBrush);

Parameters

parentNode. SVG container used to display bubble chart bubble selection.

cx. X coordinate of selection circle center.

cy. Y coordinate of selection circle center.

r. Selection circle radius.

xVal. X axis value.

yVal. Y axis value.

opacity. Transparency coefficient value.

stroke. Line brush.

Description

The draw method renders circle lines and level lines that correspond to the selected bubble chart bubble.

Example

The example of method use is given in the page ChartSelection constructor.

See also:

ChartSelection