Wijmo UI for the Web
mouseOver Event
wijmo.chart.wijcompositechart Namespace > options type : mouseOver Event
Standard jQuery event object
Information about an event
Occurs when the user first places the pointer over the chart element.
Syntax
$(function () {
    // Set mouseOver event handler function
    $(".selector").wijcompositechart({
        mouseOver : function (e, data) {
     
        }
    });
});
mouseOver = function ( 
   e : jQuery.Event,
   data : ICompositeChartEventArgs
) { };

Parameters

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

Reference

options type
wijcompositechart jQuery Widget