www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Returns the position (rectangular coordinates) of a chart node within the chart.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public Rectangle hmGetNodeRectangleByName(
string Name
)
Public Function hmGetNodeRectangleByName ( _
Name As String _
) As Rectangle
Public Function hmGetNodeRectangleByName ( _
Name As String _
) As Rectangle
public:
Rectangle hmGetNodeRectangleByName(
String^ Name
)
member hmGetNodeRectangleByName :
Name : string -> Rectangle
public Rectangle hmGetNodeRectangleByName(
String Name
)
Return Value
System.Drawing.Rectangle