Dundas.SharePoint.Charting.WebParts Send comments on this topic.
HitTest(Int32,Int32) Method
See Also 
Dundas.Charting.WebControl Namespace > Chart Class > HitTest Method : HitTest(Int32,Int32) Method


x
x coordinate
y
y coordinate
This method is used for selection and it returns a selected object from x and y coordinates.

Syntax

Visual Basic (Declaration)  
Public Overloads Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As HitTestResult
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim x As Integer
Dim y As Integer
Dim value As HitTestResult
 
value = instance.HitTest(x, y)
C#  
public HitTestResult HitTest( 
   int x,
   int y
)

Parameters

x
x coordinate
y
y coordinate

Return Value

Selected object

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also