TreeMap.getSizeVisualTitle

Syntax

getSizeVisualTitle(returnCached: Boolean);

Parameters

returnCached. This parameter determines whether to return new or cached value. If this parameter is true cached value is returned, otherwise a new value returns.

Description

The getSizeVisualTitle method gets name of the attribute for the tree map items size 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