Click or drag to resize
ToolTip Constructor
Creates a ToolTip node that enables tool tips on charts.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ToolTip(
	ChartNode parent
)

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