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