'宣言 Function HitTest( _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As C1.Chart.HitTestInfo
'使用法 Dim instance As IDrawAndHitTest Dim x As System.Double Dim y As System.Double Dim value As C1.Chart.HitTestInfo value = instance.HitTest(x, y)
パラメータ
- x
- X coordinate of the point to test, in device-independent units.
- y
- Y coordinate of the point to test, in device-independent units.
戻り値の型
A C1.Chart.HitTestInfo instance describing the hit result.