www.Chart4.NET | Samples

Whether or not hyperlinking should be enabled for the hierarchy chart's node items. Specify Node_HyperlinkEnabledList to enable hyperlinking for individual lines of text. WinForm Only. Default is false.

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

Syntax

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

value = instance.Node_HyperlinkEnabled

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

Field Value

System.Boolean

Remarks

Specify the items for which hyperlinking should be enabled in Node_HyperlinkEnabledList property.

See Also