www.Chart4.NET | Samples
Whether the rich tooltip of the node should be shown or not. Default is false.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool hpShowToolTipNode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpShowToolTipNode As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb
Dim value As Boolean
value = instance.hpShowToolTipNode
instance.hpShowToolTipNode = value |
| Visual C++ |
|---|
public:
property bool hpShowToolTipNode {
bool get ();
void set (bool value);
} |
| J# |
|---|
/** @property */
public boolean get_hpShowToolTipNode()
/** @property */
public void set_hpShowToolTipNode(boolean value)
|
| JScript |
|---|
public function get hpShowToolTipNode () : boolean
public function set hpShowToolTipNode (value : boolean) |
| JavaScript |
|---|
function get_hpShowToolTipNode();
function set_hpShowToolTipNode(value); |
Field Value
System.Boolean
See Also