SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item.
Namespace: MindFusion.Charting
File: RadarRenderer.js
JavaScript Copy Code |
---|
function hitTest (context, location) |
Type: RenderContext
A RenderContext instance.
Type: Point
A Point specifying where to look for data items.
Type: HitResult
A HitResult instance identifying the found data item.