www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether normal tooltip of the node should be shown or not, when mouse is over node. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Show { get; set; }
public bool Show { get; set; }
Public Property Show As Boolean
Get
Set
Public Property Show As Boolean
Get
Set
public:
property bool Show {
bool get ();
void set (bool value);
}
public:
property bool Show {
bool get ();
void set (bool value);
}
member Show : bool with get, set
member Show : bool with get, set
/** @property */
public boolean get_Show()
/** @property */
public void set_Show(boolean value)
/** @property */
public boolean get_Show()
/** @property */
public void set_Show(boolean value)
Field Value
System.Boolean
If set to true and tooltiptext is not specified, then text will be shown as tooltip.