TreeMap.VerticalContent

Syntax

VerticalContent: Boolean

Description

The VerticalContent property determines if text of tree map item is shown vertically if item height exceeds item width.

Comments

Use JSON or the setVerticalContent method to set the property value, and the getVerticalContent method to get the property value.

If this property is true the text is positioned vertically, otherwise it is not.

By default this property is set to false.

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