TreeMap.BranchesOverflow

Syntax

BranchesOverflow: String;

Description

The BranchesOverflow property determines methods of clipping text in headers of tree map branches, when the text does not fit into the header size.

Comments

This property can have values listed in PP.Ui.TextWrapping.

Use JSON or the setBranchesOverflow method to set the property value, and the getBranchesOverflow method to get the property value.

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