Search
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,
    Point location
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

location

A Microsoft.Maui.Graphics.Point specifying where to look for data items.

 Return Value

A HitResult instance identifying the found data item.

 See Also