www.Chart4.NET | Samples

The surrounding rectangle of the event raising node.

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

Syntax

C#
public Rectangle NodeArea { get; }
Visual Basic (Declaration)
Public ReadOnly Property NodeArea As Rectangle
Visual Basic (Usage)
Dim instance As HierarchyEventArgs
Dim value As Rectangle

value = instance.NodeArea
Visual C++
public:
property Rectangle NodeArea {
	Rectangle get ();
}
J#
/** @property */
public Rectangle get_NodeArea()
JScript
public function get NodeArea () : Rectangle
JavaScript
function get_NodeArea();

Field Value

System.Drawing.Rectangle

See Also