Wijmo UI for the Web
mouseMove Event
The jQuery.Event object.
The data with this event.
Fires when the user moves the mouse pointer while it is over a chart element.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.mouseMove = function(e, args) { };
Javascript (Specification) 
mouseMove = function ( 
   e : Object,
   args : IWijPieChartEventArgs
) { };

Parameters

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.