www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Whether normal tooltip should be shown or not. Default is false.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool hpShowToolTip { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpShowToolTip As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb Dim value As Boolean value = instance.hpShowToolTip instance.hpShowToolTip = value |
| Visual C++ |
|---|
public: property bool hpShowToolTip { bool get (); void set (bool value); } |
| J# |
|---|
/** @property */ public boolean get_hpShowToolTip() /** @property */ public void set_hpShowToolTip(boolean value) |
| JScript |
|---|
public function get hpShowToolTip () : boolean public function set hpShowToolTip (value : boolean) |
| JavaScript |
|---|
function get_hpShowToolTip(); function set_hpShowToolTip(value); |
Field Value
System.Boolean
Remarks
If set to true and tooltiptext is not specified, then text will be shown as tooltip.
