Speedometer.getState

Syntax

getState(scaleIndex: Number);

Parameters

scaleIndex. Scale index. If the parameter is not defined, settings are returned for the scale with the index 0.

Description

The getState method returns speedometer scale settings.

Comments

The method returns an object of the PP.Ui.PropertyChangedEventArgs type.

Example

The example of use is given on the page with description of the Speedometer.getArrowById method.

See also:

Speedometer