TreeMap.getHeightVisualTitle

Syntax

getHeightVisualTitle(returnCached: Boolean);

Parameters

returnCached. The attribute that determines whether cached or new value will be returned. If the parameter is set to true, cached value will be returned, otherwise new value will be returned.

Description

The getHeightVisualTitle method gets name of the attribute for tree map items height factor.

Comments

This method returns a String-type value.

Example

The example of use is given in the page with description of the TreeMap.Visualizer property.

See also:

TreeMap