Returns information about the chart item that is placed in the specified coordinates.
'Declaration
Public Function HitTest( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As HitTest
public HitTest HitTest(
System.int ,
System.int
)
Parameters
- x
- The specified X axis coordinate.
- y
- The specified Y axis coordinate.
Return Value
A reference to HitTestInfo or null if the item is not found.