ChartDirector 7.1 (.NET Edition)

TreeMapNode.getLeftX


Usage

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

Description

Gets the left x 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 left x coordinate of the node.