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) 
$(function () {
    var value; // Type:  any
    // Parameters
    var index; // Type:  number
    
    value = $(".selector").wijbubblechart("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
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.