www.Chart4.NET (Documentation) |
Samples 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Node_HyperlinkUnderline { get; set; }
public bool Node_HyperlinkUnderline { get; set; }
Public Property Node_HyperlinkUnderline As Boolean
Get
Set
Public Property Node_HyperlinkUnderline As Boolean
Get
Set
public:
property bool Node_HyperlinkUnderline {
bool get ();
void set (bool value);
}
public:
property bool Node_HyperlinkUnderline {
bool get ();
void set (bool value);
}
member Node_HyperlinkUnderline : bool with get, set
member Node_HyperlinkUnderline : bool with get, set
/** @property */
public boolean get_Node_HyperlinkUnderline()
/** @property */
public void set_Node_HyperlinkUnderline(boolean value)
/** @property */
public boolean get_Node_HyperlinkUnderline()
/** @property */
public void set_Node_HyperlinkUnderline(boolean value)
Field Value
System.Boolean
Set
Node_HyperlinkEnabled to enable/disable hyperlinking feature. Specify the items for which the hyperlinking is enabled in
Node_HyperlinkEnabledList property.