jQuery.wijmo.wijbubblechart Namespace > options type : mouseOut Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.mouseOut = function(e, data) { }; |
Javascript (Specification) | |
---|---|
mouseOut = function ( e : jQuery.Event, data : IBubbleChartEventArgs ) { }; |