event ToolTip (OverNode as Node, Visible as Boolean, X as Long, Y as Long, CX as Long, CY as Long)
Fired when the control prepares the object's tooltip.

TypeDescription
OverNode as Node A Node object that indicates whose tooltip is shown or hidden.
Visible as Boolean A boolean expression that indicates whether the tooltip is shown or hidden. 
X as Long A long expression that indicates the left location of the tooltip window. The x values is always expressed in screen coordinates.
Y as Long A long expression that indicates the top location of the tooltip window. The y values is always expressed in screen coordinates.
CX as Long A long expression that indicates the width of the tooltip window.
CY as Long A long expression that indicates the height of the tooltip window.
The ToolTip event notifies your application that the control prepares the tooltip for a node to be shown or hidden. Use the ToolTip event to change the default position of the tooltip window. Use the ToolTip property to specify the node's tooltip. Use the ToolTip property to specify the node's tooltip. The ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the ToolTipWidth property to specify the width of the tooltip window. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears. Use the NodeFromPoint property to get the node from point.

Syntax for ToolTip event, /NET version, on:

private void ToolTip(object sender,exontrol.EXORGCHARTLib.Node OverNode,ref bool Visible,ref int X,ref int Y,int CX,int CY)
{
}

Private Sub ToolTip(ByVal sender As System.Object,ByVal OverNode As exontrol.EXORGCHARTLib.Node,ByRef Visible As Boolean,ByRef X As Integer,ByRef Y As Integer,ByVal CX As Integer,ByVal CY As Integer) Handles ToolTip
End Sub

Syntax for ToolTip event, /COM version, on:

private void ToolTip(object sender, AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent e)
{
}

void OnToolTip(LPDISPATCH OverNode,BOOL FAR* Visible,long FAR* X,long FAR* Y,long CX,long CY)
{
}

void __fastcall ToolTip(TObject *Sender,Exorgchartlib_tlb::INode *OverNode,VARIANT_BOOL * Visible,long * X,long * Y,long CX,long CY)
{
}

procedure ToolTip(ASender: TObject; OverNode : INode;var Visible : WordBool;var X : Integer;var Y : Integer;CX : Integer;CY : Integer);
begin
end;

procedure ToolTip(sender: System.Object; e: AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent);
begin
end;

begin event ToolTip(oleobject OverNode,boolean Visible,long X,long Y,long CX,long CY)
end event ToolTip

Private Sub ToolTip(ByVal sender As System.Object, ByVal e As AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent) Handles ToolTip
End Sub

Private Sub ToolTip(ByVal OverNode As EXORGCHARTLibCtl.INode,Visible As Boolean,X As Long,Y As Long,ByVal CX As Long,ByVal CY As Long)
End Sub

Private Sub ToolTip(ByVal OverNode As Object,Visible As Boolean,X As Long,Y As Long,ByVal CX As Long,ByVal CY As Long)
End Sub

LPARAMETERS OverNode,Visible,X,Y,CX,CY

PROCEDURE OnToolTip(oChartView,OverNode,Visible,X,Y,CX,CY)
RETURN

Syntax for ToolTip event, /COM version (others), on:

<SCRIPT EVENT="ToolTip(OverNode,Visible,X,Y,CX,CY)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function ToolTip(OverNode,Visible,X,Y,CX,CY)
End Function
</SCRIPT>

Procedure OnComToolTip Variant llOverNode Boolean llVisible Integer llX Integer llY Integer llCX Integer llCY
	Forward Send OnComToolTip llOverNode llVisible llX llY llCX llCY
End_Procedure

METHOD OCX_ToolTip(OverNode,Visible,X,Y,CX,CY) CLASS MainDialog
RETURN NIL

void onEvent_ToolTip(COM _OverNode,COMVariant /*bool*/ _Visible,COMVariant /*long*/ _X,COMVariant /*long*/ _Y,int _CX,int _CY)
{
}

function ToolTip as v (OverNode as OLE::Exontrol.ChartView.1::INode,Visible as L,X as N,Y as N,CX as N,CY as N)
end function

function nativeObject_ToolTip(OverNode,Visible,X,Y,CX,CY)
return