www.Chart4.NET | Samples

Whether the node tag should be visible or not. Also, you have to set a string in node's tag property. Default is true.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool Tag_Visible { get; set; }
Visual Basic (Declaration)
Public Property Tag_Visible As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.Tag_Visible

instance.Tag_Visible = value
Visual C++
public:
property bool Tag_Visible {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_Tag_Visible()
/** @property */
public  void set_Tag_Visible(boolean value)
JScript
public function get Tag_Visible () : boolean
public function set Tag_Visible (value : boolean)
JavaScript
function get_Tag_Visible();
function set_Tag_Visible(value);

Field Value

System.Boolean

See Also