SetTreeMap

Syntax

SetTreeMapResult SetTreeMap(TreeMapId tTreeMap, SetTreeMapArg tArg)

Parameters

tTreeMap. Tree map moniker.

tArg. Parameters for changing tree map settings.

Description

The SetBubbleTree operation changes tree map settings.

Comments

To execute the operation, in the tTreeMap field specify tree map moniker, and in the tArg.meta field specify settings that must be applied. The moniker may be based on the express report moniker by the following rule: "Opened express report instance moniker"!TreeMap.

The settings that can be changed and specified in the tArg.meta.md field can be obtained by means of the GetTreeMap operation.

If after the change made it is required to get updated settings, specify the tArg.metaGet field.

Example

Below is the example of using the SetTreeMap operation to change tree map settings. The request contains the tree map moniker and updated settings.

SOAP

JSON

C#

See also:

Interactive Visual Components