Version

Attach Method

Attaches IGWinTooltip to a container.
Syntax
'Declaration
 
Public Sub Attach( _
   ByVal chartControl As Control _
) 
public void Attach( 
   Control chartControl
)

Parameters

chartControl
A parent control.
Remarks

Attaches IGWinTooltip to a parent control. IGWinTooltip needs to associate itself with controls above UltraWinChart so that the tool tip that renders is not clipped by the bounds of UltraWinChart.

Since the Location properties of parent controls are needed to translate mouse interaction coordinates to chart-relative coordinates, this method also registers this object to receive notifications of the LocationChanged event.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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