ChartDirector 7.1 (.NET Edition)

TreeMapNode.getNode


Usage

[C#]public TreeMapNode getNode(int i);
[VB]Public Function getNode(i As Integer) As TreeMapNode

Description

Gets the child node at the specified index.

Arguments

ArgumentDefaultDescription
i(Mandatory)The index of the child node.

Return Value

The TreeMapNode object representing the child node at the specified index.