TreeMap.UseDrillOnClick

Syntax

UseDrillOnClick: Boolean;

Description

The UseDrillOnClick property determines if data detailing is applied on single click.

Comments

Property value can be set from JSON or using the setUseDrillOnClick method, to get the property value, use the getUseDrillOnClick method.

Example

To execute this example, the page must contain the TreeMap component named treeMap (see Example of Creating the TreeMap Component ):

// Set using data detailing on click
treeMap.setUseDrillOnClick(true);

After the example execution detailing on single click is enabled.

See also:

TreeMap