TreeMapBox.StatisticsWindow

Syntax

StatisticsWindow: PP.Exp.Ui.StatisticsWindow;

Description

The StatisticsWindow property determines the Summary Statistics window for tree map container.

Comments

Use JSON or the setStatisticsWindow method to set the property value, and the getStatisticsWindow method to get the property value.

This window opens on selecting the Summary Statistics item in context menu or on calling the TreeMapBox.showStatisticsWindow method.

Example

The example of property use is given on the Example of Creating the TreeMapBox Component page.

See also:

TreeMapBox