Nevron.Chart Namespace / NDocument Class / HitTest Method / HitTest(NChartRenderingContext,NPointF,Boolean) Method


In This Topic
    HitTest(NChartRenderingContext,NPointF,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal context As NChartRenderingContext, _
       ByVal point As NPointF, _
       ByVal recalcLayout As System.Boolean _
    ) As NChartNode
    'Usage
     
    
    Dim instance As NDocument
    Dim context As NChartRenderingContext
    Dim point As NPointF
    Dim recalcLayout As System.Boolean
    Dim value As NChartNode
     
    value = instance.HitTest(context, point, recalcLayout)

    Parameters

    context
    point
    recalcLayout
    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