TreeMap.getBranchFontColor

Syntax

getBranchFontColor(level: Number);

Parameters

level. Level of chart elements group.

Description

The getBranchFontColor method gets font 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