www.Chart4.NET | Samples

When Control property is set, whether or not to show the node details (photo and text) with the control. Default is false.

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

Syntax

C#
public bool ControlNode { get; set; }
Visual Basic (Declaration)
Public Property ControlNode As Boolean
Visual Basic (Usage)
Dim instance As HierarchyNode
Dim value As Boolean

value = instance.ControlNode

instance.ControlNode = value
Visual C++
public:
property bool ControlNode {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_ControlNode()
/** @property */
public  void set_ControlNode(boolean value)
JScript
public function get ControlNode () : boolean
public function set ControlNode (value : boolean)
JavaScript
function get_ControlNode();
function set_ControlNode(value);

Field Value

System.Boolean

Remarks

See Also