ChartSVGLabel.setPosition

Syntax

setPosition(left: Number, top: Number);

Parameters

left. Value of left margin.

top. Value of top margin.

Description

The setPosition method sets new position of text label for bubble chart SVG element.

Example

The example is given in the page ChartSVGLabel Constructor.

See also:

ChartSVGLabel