HierarchySettings Node_HyperlinkUnderline Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

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: 5.1.0.0 (5.1.0)
Syntax

public bool Node_HyperlinkUnderline { get; set; }
/** @property */
public boolean get_Node_HyperlinkUnderline()
/** @property */
public void set_Node_HyperlinkUnderline(boolean 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