IMSL C# Numerical Library

ToolTip Constructor 

Creates a ToolTip node that enables tool tips on charts.

public ToolTip(
   ChartNode parent
);

Parameters

parent
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

ToolTip Class | Imsl.Chart2D Namespace