Represents an tooltip which is shown on clickability DataPoint.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class ToolTip
C#
public class ToolTip
Visual C++
public ref class ToolTip
JavaScript
Nasosoft.Chart.Drawing.ToolTip = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.ToolTip');

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.ToolTip

See Also