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