Creates a ToolTip node that enables tool tips on charts.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ToolTip(
ChartNode parent
)
Public Sub New (
parent As ChartNode
)
public:
ToolTip(
ChartNode^ parent
)
new :
parent : ChartNode -> ToolTip
Parameters
- parent
- Type: Imsl.Chart2DChartNode
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.
See Also