MindFusion.Charting for JavaScript Programmer's Guide
Renderer2D.hitTest Method
See Also
 






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

Namespace: MindFusion.Charting
File: Renderer2D.js

 Syntax

JavaScript  Copy Code

function hitTest (context, location)

 Parameters

context

Type: RenderContext
A RenderContext instance.

location

Type: Point
A Point specifying where to look for data items.

 Return Value

Type: HitResult
A HitResult instance identifying the found data item.

 See Also

Renderer2D Members
Renderer2D Class
MindFusion.Charting Namespace