MapChart.UseItemColorForToolTipBorder

Syntax

UseItemColorForToolTipBorder: Boolean;

Description

The UseItemColorForToolTipBorder property determines whether the fill color of corresponding map layer area is used to set the border color of the tooltip.

Comments

Use JSON or the setUseItemColorForToolTipBorder method to set the property value and the getUseItemColorForToolTipBorder method to get the property value.

The property determines border color of the tooltip for map layer area, factors and arrows on the map.

Available values:

Example

The example of use is given on the page with description of the PP.MapBubble class constructor.

See also:

MapChart