Text that can be displayed in the case where tool tips are used.

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

Syntax

C#
public virtual string ToolTip { get; set; }
Visual Basic (Declaration)
Public Overridable Property ToolTip As String
Visual C++
public:
virtual property String^ ToolTip {
	String^ get ();
	void set (String^ value);
}

Field Value

A String which contains the "ToolTip" attribute value.

See Also