www.Chart4.NET | Samples

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: 2.6.0.0 (2.6)

Syntax

C#
public Collection<bool> Node_HyperlinkEnabledList { get; set; }
Visual Basic (Declaration)
Public Property Node_HyperlinkEnabledList As Collection(Of Boolean)
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Collection(Of Boolean)

value = instance.Node_HyperlinkEnabledList

instance.Node_HyperlinkEnabledList = value
Visual C++
public:
property Collection<bool>^ Node_HyperlinkEnabledList {
	Collection<bool>^ get ();
	void set (Collection<bool>^ value);
}
J#
/** @property */
public Collection<boolean> get_Node_HyperlinkEnabledList()
/** @property */
public  void set_Node_HyperlinkEnabledList(Collection<boolean> value)
JScript
public function get Node_HyperlinkEnabledList () : Collection<boolean>
public function set Node_HyperlinkEnabledList (value : Collection<boolean>)
JavaScript
function get_Node_HyperlinkEnabledList();
function set_Node_HyperlinkEnabledList(value);

Field Value

List of System.Boolean values

Remarks

Set Node_HyperlinkEnabled to enable/disable hyperlinking feature.

See Also