Wijmo UI for the Web
getBubble Method
The index of the bubble.
Returns the bubble which has a Raphael's object that represents bubbles for the series data with the given index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijbubblechart();
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.getBubble(index);
Javascript (Specification) 
function getBubble( 
   index : number
) : any;

Parameters

index
The index of the bubble.

Return Value

The bubble object.
Browser Compatibility
7
5
5

See Also

Reference

wijbubblechart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.