Creates a ToolTip node that enables tool tips on charts.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public ToolTip( ChartNode parent ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ parent As ChartNode _ ) |
Visual C++ |
---|
public: ToolTip( ChartNode^ parent ) |
Parameters
- parent
- Type: Imsl.Chart2D..::.ChartNode
The ChartNode parent of this node.
Remarks
Do not use the root ChartNode for this argument, because it
will normally select only the Background node.