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