PieVisual.AngleMappings

Syntax

AngleMappings: Array;

Description

The AngleMappings property determines settings of data mapping to angles of pie factor sectors.

Comments

Use JSON or the setAngleMappings method to set the property value and the getAngleMappings method to get the property value.

The property contains an array of objects of the PP.DataMapping type.

Example

The example of use is given in the page with the MapPie Class Constructor description.

See also:

PieVisual