ChartDirector 7.0 (ASP/COM/VB Edition)

TreeMapChart.setMapLevel


Usage

setMapLevel(level)

Description

Sets the node level used to generate the image map.

By default, the image map will be based on the deepest node level. For example, if the tree map has 2 levels of nodes, the image map will be based on the level 2 nodes. The setMapLevel method can be used to specify an alternative node level for the image map.

Arguments

ArgumentDefaultDescription
level(Mandatory)The node level used to generate the image map.

Return Value

None