Wijmo UI for the Web
mouseOver Event
The jQuery.Event object.
The data with this event.
Fires when the user first places the pointer over the chart element.
Syntax
Javascript (Usage) 
$(function () {
    // Set mouseOver event handler function
    $(".selector").wijpiechart({
        mouseOver : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
mouseOver = function ( 
   e : Object,
   args : IWijPieChartEventArgs
) { };

Parameters

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

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.