Charting for WinForms Programmer's Guide
ScatterRenderer.HitTest Method
See Also
 






Renderer2D.HitTest override. Hit-tests the scatter representations of data items.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override HitResult HitTest (
    RenderContext context,
    PointD location
)

Visual Basic  Copy Code

Public Overrides Function HitTest( _
    context As RenderContext, _
    location As PointD _
) As HitResult

 Parameters

context

A RenderContext instance.

location

A PointD specifying where to look for data items.

 Return Value

A HitResult instance identifying the found data item.

 See Also

ScatterRenderer Members
ScatterRenderer Class
MindFusion.Charting Namespace