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

List of boolean values that specifies whether hyperlink is enabled for each line(including title) of text in the hierarchy node. Enable Node_HyperlinkEnabled too.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public Collection<bool> Node_HyperlinkEnabledList { get; set; }
/** @property */
public Collection<boolean> get_Node_HyperlinkEnabledList()
/** @property */
public void set_Node_HyperlinkEnabledList(Collection<boolean> value)

Field Value

List of System.Boolean values
Remarks

Set Node_HyperlinkEnabled to enable/disable hyperlinking feature.
See Also