ChartDirector 7.1 (.NET Edition)

TreeMapNode.getWidth


Usage

[C#]public int getWidth();
[VB]Public Function getWidth() As Integer

Description

Gets the width of the node.

Note: This method should be used only after calling BaseChart.layout or after ChartDirector has output the chart image.

Arguments

None

Return Value

The width of the node.