MapShape.getToolTipValues

Syntax

getToolTipValues(noData: Boolean);

Parameters

noData. Attribute to receive values of the tooltip for which data is not defined. Available values:

Description

The getToolTipValues method returns values of the data used to be shown in the tooltip of the map layer area.

Comments

Method returns a JSON object with following properties: Name - name area of the map layer, TimelineStep - current milestone of the calendar dimension, HeightValue - value mapped with the height of this area, AreaValue - value corresponding to it, AreaTitle - name of the data mapping of the map layer area.

Example

The example of use is given on the page with description of the MapShape.Visual property.

See also:

MapShape