[]
Gets a HitTestInfo object with information about the specified point.
public override HitTestInfo HitTest(Point pt)
Public Overrides Function HitTest(pt As Point) As HitTestInfo
| Type | Name | Description |
|---|---|---|
| Point | pt | Point in control coordinates. |
| Type | Description |
|---|---|
| HitTestInfo | A HitTestInfo object with information about the point. |
Gets a HitTestInfo object with information about the specified point.
public HitTestInfo HitTest(Point pt, bool testLines)
Public Function HitTest(pt As Point, testLines As Boolean) As HitTestInfo
| Type | Name | Description |
|---|---|---|
| Point | pt | Point in control coordinates. |
| bool | testLines | Includes connecting line to hit testing. |
| Type | Description |
|---|---|
| HitTestInfo | A HitTestInfo object with information about the point. |
Gets a HitTestInfo object with information about the specified point.
public HitTestInfo HitTest(Point pt, MeasureOption options, int seriesIndex = -1)
Public Function HitTest(pt As Point, options As MeasureOption, Optional seriesIndex As Integer = -1) As HitTestInfo
| Type | Name | Description |
|---|---|---|
| Point | pt | Point in control coordinates. |
| MeasureOption | options | Measure options. |
| int | seriesIndex | Optional Series index. If index is specified the method returns information about the closest data point of the specified series. |
| Type | Description |
|---|---|
| HitTestInfo |