HierarchySettings Node_HyperlinkEnabled Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples 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.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public bool Node_HyperlinkEnabled { get; set; }
/** @property */
public boolean get_Node_HyperlinkEnabled()
/** @property */
public void set_Node_HyperlinkEnabled(boolean value)

Field Value

System.Boolean
Remarks

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