Wijmo UI for the Web
mouseDown Event
wijmo.chart.wijcandlestickchart Namespace > options type : mouseDown Event
Standard jQuery event object
Information about an event
This event fires when the user clicks a mouse button.
Syntax
$(function () {
    // Set mouseDown event handler function
    $(".selector").wijcandlestickchart({
        mouseDown : function (e, data) {
     
        }
    });
});
mouseDown = function ( 
   e : jQuery.Event,
   data : ICandlestickChartEventArgs
) { };

Parameters

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

Reference

options type
wijcandlestickchart jQuery Widget