Search
SeriesRenderer.hitTest Method
See Also
 






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

Namespace: MindFusion.Charting
File: SeriesRenderer.js

 Syntax

JavaScript  Copy Code

function hitTest (context, location)

 Parameters

context

A RenderContext instance.

location

A Point specifying where to look for data items.

 Return Value

A HitResult instance identifying the found data item.

 See Also