www.Chart4.NET (Documentation) | Samples Download | Release Notes
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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Tag_Visible { get; set; }
public bool Tag_Visible { get; set; }
Public Property Tag_Visible As Boolean
Get
Set
Public Property Tag_Visible As Boolean
Get
Set
public:
property bool Tag_Visible {
bool get ();
void set (bool value);
}
public:
property bool Tag_Visible {
bool get ();
void set (bool value);
}
member Tag_Visible : bool with get, set
member Tag_Visible : bool with get, set
/** @property */
public boolean get_Tag_Visible()
/** @property */
public void set_Tag_Visible(boolean value)
/** @property */
public boolean get_Tag_Visible()
/** @property */
public void set_Tag_Visible(boolean value)
Field Value
System.Boolean