FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Legend Class / HitTest Method

In This Topic
    HitTest Method (Legend)
    In This Topic
    Syntax
    'Declaration
     
    Public Function HitTest( _
       ByVal x As System.Double, _
       ByVal y As System.Double _
    ) As System.Integer
    public System.int HitTest( 
       System.double x,
       System.double y
    )

    Parameters

    x
    y
    See Also