HitTest(Point,MeasureOption,Int32) Method
In This Topic
Gets a HitTestInfo object with information about the specified point.
Syntax
'Declaration
Public Overloads Function HitTest( _
ByVal As System.Drawing.Point, _
ByVal As MeasureOption, _
Optional ByVal As System.Integer _
) As HitTestInfo
public HitTestInfo HitTest(
System.Drawing.Point ,
MeasureOption ,
System.int
)
Parameters
- pt
- Point in control coordinates.
- options
- Measure options.
- seriesIndex
- Optional Series index. If index is specified the method returns information about the closest data point of the specified series.
See Also