Wijmo UI for the Web
mouseMove Event
wijmo.chart.wijcandlestickchart Namespace > options type : mouseMove Event
Standard jQuery event object
Information about an event
Fires when the user moves the mouse pointer while it is over a chart element.
Syntax
$(function () {
    // Set mouseMove event handler function
    $(".selector").wijcandlestickchart({
        mouseMove : function (e, data) {
     
        }
    });
});
mouseMove = 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