GaugeScale.getRenderInfo

Syntax

getRenderInfo();

Description

The getRenderInfo method returns data concerning scale size and position.

Comments

The method returns a JSON object with the following fields: PP.Point: center - scale center coordinates, radius - scale radius.

Example

The example of use is given on the page with description of the GaugeScale.addArrow method.

See also:

GaugeScale