[]
Returns information about the given location.
public HitTest HitTest(Graphics g, RectangleF rectangle, ChartModel model, float x, float y)
Public Function HitTest(g As Graphics, rectangle As RectangleF, model As ChartModel, x As Single, y As Single) As HitTest
| Type | Name | Description |
|---|---|---|
| Graphics | g | The graphics object. |
| RectangleF | rectangle | The rectangle. |
| ChartModel | model | The model. |
| float | x | The x value. |
| float | y | The y value. |
| Type | Description |
|---|---|
| HitTest | The hit test information at the position. |