Wijmo UI for the Web
mouseOut Event
wijmo.chart.wijpiechart Namespace > options type : mouseOut Event
The jQuery.Event object.
The data with this event.
Fires when the user moves the pointer off of the chart element.
Syntax
$(function () {
    // Set mouseOut event handler function
    $(".selector").wijpiechart({
        mouseOut : function (e, args) {
     
        }
    });
});
mouseOut = function ( 
   e : Object,
   args : IWijPieChartEventArgs
) { };

Parameters

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

Reference

options type
wijpiechart Method