'Declaration
Public Overloads Function HitTest( _ ByVal pt As C1Point, _ ByVal options As MeasureOption, _ Optional ByVal seriesIndex As Integer _ ) As HitTestInfo
public HitTestInfo HitTest( C1Point pt, MeasureOption options, int seriesIndex )
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.