Spread for ASP.NET 12 Product Documentation
HitTest(Single,Single) Method


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class > HitTest Method : HitTest(Single,Single) Method
x-coordinate
y-coordinate
Returns HitTest information using the click coordinates on the Chart image.
Syntax
'Declaration
 
Public Overloads Function HitTest( _
   ByVal x As Single, _
   ByVal y As Single _
) As HitTest
'Usage
 
Dim instance As FpChart
Dim x As Single
Dim y As Single
Dim value As HitTest
 
value = instance.HitTest(x, y)
public HitTest HitTest( 
   float x,
   float y
)

Parameters

x
x-coordinate
y
y-coordinate

Return Value

HitTest
See Also

Reference

FpChart Class
FpChart Members
Overload List