IEaxAnalyzer.TreeMap

Fore Syntax

TreeMap: IEaxTreeMap;

Fore.NET Syntax

TreeMap: Prognoz.Platform.Interop.Express.EaxTreeMap;

Description

The Treemap property returns an object that contains express report tree map.

Comments

Tree map is a method of displaying hierarchical data as a set of embedded rectangles. Each hierarchy branch is presented with a rectangle, which includes smaller rectangles that are subbranches. Each rectangle area is proportional to value of the corresponding hierarchy element. Rectangle color is also determined by hierarchy element value.

Fore and Fore.NET Examples

The property use is given in the example for IEaxTreeMap.TreeMap.

See also:

IEaxAnalyzer