ChartDirector 7.1 (C++ Edition)

TreeMapNode.getNode


Usage

TreeMapNode *getNode(int i);

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.