www.Chart4.NET | Samples

Returns the position (rectangular coordinates) of a chart node within the chart.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public Rectangle hmGetNodeRectangleByName(
	string Name
)
Visual Basic (Declaration)
Public Function hmGetNodeRectangleByName ( _
	Name As String _
) As Rectangle
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim Name As String
Dim returnValue As Rectangle

returnValue = instance.hmGetNodeRectangleByName(Name)
Visual C++
public:
Rectangle hmGetNodeRectangleByName(
	String^ Name
)
J#
public Rectangle hmGetNodeRectangleByName(
	String Name
)
JScript
public function hmGetNodeRectangleByName(
	Name : String
) : Rectangle
JavaScript
function hmGetNodeRectangleByName(Name);

Parameters

Name
Type: System..::.String
The node name.

Return Value

System.Drawing.Rectangle

See Also