Version

MoveTooltip Method (CategoryToolTipLayerView)

Moves the tooltip to the requested position.
Syntax
'Declaration
 
Public Sub MoveTooltip( _
   ByVal container As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal pointerPosX As Double, _
   ByVal pointerPosY As Double _
) 
public void MoveTooltip( 
   object container,
   double x,
   double y,
   double pointerPosX,
   double pointerPosY
)

Parameters

container
The tooltip container.
x
The x position to move the tooltip to.
y
The y position to move the tooltip to.
pointerPosX
The x position to move the pointer to.
pointerPosY
The y position to move the pointer to.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also