The screen point (X,Y Pixel coordinates in 2D screen space).
HitTest(Point) Method
Performs a HitTest operation on the series, returning the HitTestInfo3D containing the result
Syntax
public new HitTestInfo3D HitTest( 
   Point screenPoint
)

Parameters

screenPoint
The screen point (X,Y Pixel coordinates in 2D screen space).

Return Value

The HitTestInfo3D containing the result
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