A tool tip for a chart element.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class ToolTip : ChartNode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ToolTip _
	Inherits ChartNode
Visual C++
[SerializableAttribute]
public ref class ToolTip : public ChartNode

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.

Inheritance Hierarchy

See Also