SeriesRenderer.HitTest override. Hit-tests the slices representing data items.
Namespace: MindFusion.Charting
File: TowerRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function hitTest (context, location) |
RenderContext. A RenderContext instance.
Point. A Point specifying where to look for a tower segment.
HitResult. A HitResult instance identifying the found data item.
See Also