TreeMap.ItemsTooltipStyle

Syntax

ItemsTooltipStyle: Object

Description

The ItemsTooltipStyle property determines style of tooltip shown for tree map items.

Comments

Property value can be set from JSON or using the setItemsTooltipStyle method, that uses a JSON object containing style settings as a parameter. To get the property value, use the getItemsTooltipStyle method.

This property contains a JSON object with the Release field, that is an object of the following type: PP.Style.

Example

The example of property use is given in contents of the TreeMapData.js file shown in the page Example of Creating the TreeMap Component.

See also:

TreeMap