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