TreeMap.getBranchBackColor

Syntax

getBranchBackColor(level: Number);

Parameters

level. Level of chart elements group.

Description

The getBranchBackColor method gets background color for title of tree map items group by level.

Comments

This method returns a JSON object with the following fields: R - red color component, G - green color component, B - blue color component.

Example

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

See also:

TreeMap