HieTreeView.Hierarchy

Syntax

Hierarchy: PP.TS.MetaHierarchy;

Description

The Hierarchy property determines the currently displayed dimension.

Example

To execute the example, the HTML page must contain the MetaAttributeTree component named maTree (see MetaAttributeTree Constructor). Hide tree empty series:

hier = maTree.getHierarchy();

hier.setFilterMode("LightWeight");

maTree.refreshAll();

After executing the example empty series are hidden in the tree.

See also:

HieTreeView