Wijmo UI for the Web
mouseUp Event
wijmo.chart.wijscatterchart Namespace > options type : mouseUp Event
Standard jQuery event object
Information about an event
Fires when the user releases a mouse button while the pointer is over the chart element.
Syntax
$(function () {
    // Set mouseUp event handler function
    $(".selector").wijscatterchart({
        mouseUp : function (e, data) {
     
        }
    });
});
mouseUp = function ( 
   e : jQuery.Event,
   data : IScatterChartEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijscatterchart jQuery Widget