GaugeScale.getLabelset

Syntax

getLabelset(index: Number);

Parameters

index. Text node index. Optional parameter. If the parameter is not defined, array of all text nodes is returned, otherwise only text node with specified index returns.

Description

The getLabelset method returns the array of scale text nodes.

Comments

The method returns an array of values of the SVGTextNode type.

Example

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

See also:

GaugeScale