The mouse x,y point
HitTest Method (IAxis)
Performs a HitTest on this axis. Given the input mouse point, returns an AxisInfo struct containing the Value and FormattedValue closest to that point
Syntax
AxisInfo HitTest( 
   Point atPoint
)

Parameters

atPoint
The mouse x,y point

Return Value

The AxisInfo struct containing the value and formatted value closest to the mouse point
Requirements

Target Platforms: 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