www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Set Node_HyperlinkEnabled to enable/disable hyperlinking feature.
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.HierarchyAssembly: 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 valuesRemarks
See Also