PieVisual.BorderMappings

Syntax

BorderMappings: Array;

Description

The BorderMappings property determines settings of data mapping with border properties for pie factor sectors.

Comments

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