getToolTipColor(item: PP.MapArrowBase | PP.MapShape | PP.MapVisualItem, color: String);
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.
The getToolTipColor method returns border color of the tooltip.
The method returns a String-type value.
If the MapChart.UseItemColorForToolTipBorder property value is set to False, the method returns null.
The example of use is given on the page with description of the PP.MapBubble class constructor.
See also: