BarVisual.BorderMappings

Syntax

BorderMappings: Array;

Description

The BorderMappings property determines settings of data mapping to border properties of bar factor items.

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 on the page with description of the PP.MapBar class constructor.

See also:

BarVisual