PCVisual.Mappings

Syntax

Mappings: Object;

Description

The Mappings property determines a dictionary of objects for mapping source data with chart items.

Comments

The property contains a set of key-value pairs where key is the data mapping identifier and value inherits from the PP.Visual class.

Use JSON or the setMappings method to set the property value, and the getMappings method to get the property value.

Example

The example of property use is given in description of the ParallelCoordinates.Axis property.

See also:

PCVisual