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