www.Chart4.NET | Samples

Whether or not hyperlinks should be underlined on mouse hover. Available only if hyperlinking is enabled and hyperlist is specified. Default is true.

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

Syntax

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

value = instance.Node_HyperlinkUnderline

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

Field Value

System.Boolean

Remarks

Set Node_HyperlinkEnabled to enable/disable hyperlinking feature. Specify the items for which the hyperlinking is enabled in Node_HyperlinkEnabledList property.

See Also