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