MindFusion.Charting for JavaScript Programmer's Guide
BubbleRenderer.hitTest Method
See Also
 






Renderer2D.HitTest override. Hit-tests the bubble representations of data items.

Namespace: MindFusion.Charting
File: BubbleRenderer.js

 Syntax

JavaScript  Copy Code

function hitTest (context, location)

 Parameters

context

Type: RenderContext
A RenderContext instance.

location

Type: Point
A Point specifying where to look for a bubble.

 Return Value

Type: HitResult
A HitResult instance identifying the found data item.

 See Also

BubbleRenderer Members
BubbleRenderer Class
MindFusion.Charting Namespace