Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / HitTest Method / HitTest(Single,Single) Method
x-coordinate
y-coordinate
Example


In This Topic
    HitTest(Single,Single) Method
    In This Topic
    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
    Example
    This example uses the HitTest method.
    See Also