ChartDirector 7.1 (.NET Edition)

TreeMapNode.getBottomY


Usage

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

Description

Gets the bottom y coordinate 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 bottom y coordinate of the node.