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






SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item.

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

RadarRenderer Members
RadarRenderer Class
MindFusion.Charting Namespace