Renderer2D.HitTest override. Hit-tests the scatter representations of data items.
Namespace: MindFusion.Charting
File: ScatterRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function hitTest (context, location) |
A RenderContext instance.
A Point specifying where to look for data items.
A HitResult instance identifying the found data item.
See Also