ShapesBorderColor: String | PP.Color;
The ShapesBorderColor property determines color of borders for map layer areas.
Property value is set from JSON.
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: