MapChart.ShapesBorderColor

Syntax

ShapesBorderColor: String | PP.Color;

Description

The ShapesBorderColor property determines color of borders for map layer areas.

Comments

Property value is set from JSON.

Example

Use the example of the MapChart component creation described in the Example of Creating the MapChart Component page, but before the string

map = new PP.MapChart(settings.MapChart ? settings.MapChart : settings);

add the following script line:

settings.MapChart.ShapesBorderColor = "#FFFF00";

After executing the example borders of map layer area are colored in yellow:

See also:

MapChart