[]
Returns the object at the specified location.
public HitTest HitTest(int x, int y)
Public Function HitTest(x As Integer, y As Integer) As HitTest
Type | Name | Description |
---|---|---|
int | x | The x coordinate. |
int | y | The y coordinate. |
Type | Description |
---|---|
HitTest | Returns hit test objects, could be a plot area, label area, legend area, series or grip hit test. |