Wijmo UI for the Web
mouseDown Event
wijmo.chart.wijlinechart Namespace > options type : mouseDown Event
The jQuery.Event object.
The data with this event.
This event fires when the user clicks a mouse button.
Syntax
$(function () {
    // Set mouseDown event handler function
    $(".selector").wijlinechart({
        mouseDown : function (e, args) {
     
        }
    });
});
mouseDown = function ( 
   e : Object,
   args : IWijLineChartEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijlinechart jQuery Widget