[]
Performs a hit test at the specified coordinates and returns information about the element under the point.
HitTestInfo HitTest(double x, double y)
Function HitTest(x As Double, y As Double) As HitTestInfo
| Type | Name | Description |
|---|---|---|
| double | x | X coordinate of the point to test, in device-independent units. |
| double | y | Y coordinate of the point to test, in device-independent units. |
| Type | Description |
|---|---|
| HitTestInfo | A C1.Chart.HitTestInfo instance describing the hit result. |