Wijmo UI for the Web
mouseDown Event
wijmo.chart.wijscatterchart Namespace > options type : mouseDown Event
Standard jQuery event object
Information about an event
Occurs when the user clicks a mouse button.
Syntax
$(function () {
    // Set mouseDown event handler function
    $(".selector").wijscatterchart({
        mouseDown : function (e, data) {
     
        }
    });
});
mouseDown = 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