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

Parameters

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

Reference

options type
wijscatterchart jQuery Widget