[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Chart2DRenderer.HitTest

HitTest Method

HitTest(Graphics, RectangleF, ChartModel, float, float)

Gets hit test information.

Declaration
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
Parameters
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

Returns
Type Description
HitTest

A HitTest(Graphics, RectangleF, ChartModel, float, float) object that contains hit test information