IMSL C# Numerical Library

ToolTip Class

A tool tip for a chart element.

For a list of all members of this type, see ToolTip Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.ToolTip

public class ToolTip : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class requires that the chart's component be a subclass of ComponentModel. The ComponentModel class can be subclassed to provide different behaviors for displaying tool tips.

To use, create an instance of ToolTip to activate the ToolTips in a node and in the node's descendants. The ToolTip string is the value of a node's "ToolTip" attribute or, if it is null, the node's "Title" attribute.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

ToolTip Members | Imsl.Chart2D Namespace