Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
See also Control and ControlTransparency.
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: 5.1.0.0 (5.1.0)
Syntax
public bool ControlNode { get; set; }
public bool ControlNode { get; set; }Public Property ControlNode As Boolean Get Set
Public Property ControlNode As Boolean Get Set
public:
property bool ControlNode {
bool get ();
void set (bool value);
}member ControlNode : bool with get, set
member ControlNode : bool with get, set
Field Value
System.BooleanRemarks
See Also