getToolTipValues(noData: Boolean);
noData. Attribute to receive values of the tooltip for which data is not defined. Available values:
true. For the tooltip without data, values will be returned (default).
false. For the tooltip without data, values will not be returned.
The getToolTipValues method returns values of the data used to be shown in the tooltip of the map layer area.
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.
The example of use is given on the page with description of the MapShape.Visual property.
See also: