MapChart.getToolTipColor

Syntax

getToolTipColor(item: PP.MapArrowBase | PP.MapShape | PP.MapVisualItem, color: String);

Parameters

item. Arrow, map layer area or factor for tooltips for which border color is to be determined.

color. Color used in case when tooltip border color is not selected. Optional parameter.

Description

The getToolTipColor method returns border color of the tooltip.

Comments

The method returns a String-type value.

If the MapChart.UseItemColorForToolTipBorder property value is set to False, the method returns null.

Example

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

See also:

MapChart