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