[]
Gets hit test information.
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 | Graphics context |
| RectangleF | rectangle | Area where to get the hit test information |
| ChartModel | model | Chart model |
| float | x | X-coordinate |
| float | y | Y-coordinate |
| Type | Description |
|---|---|
| HitTest | A HitTest(Graphics, RectangleF, ChartModel, float, float) object that contains hit test information |