Wijmo UI for the Web
mouseOver Event
wijmo.chart.wijlinechart Namespace > options type : mouseOver Event
The jQuery.Event object.
The data with this event.
This event fires when the user first places the pointer over the chart element.
Syntax
$(function () {
    // Set mouseOver event handler function
    $(".selector").wijlinechart({
        mouseOver : function (e, args) {
     
        }
    });
});
mouseOver = function ( 
   e : Object,
   args : IWijLineChartEventArgs
) { };

Parameters

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

Reference

options type
wijlinechart jQuery Widget