PieVisual.ColorMappings

Syntax

ColorMappings: Array;

Description

The ColorMappings property determines settings of data mapping with fill color of pie factor sectors.

Comments

Use JSON or the setColorMappings method to set the property value and the getColorMappings 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