Wijmo UI for the Web
mouseMove Event
Standard jQuery event object
Information about an 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, data) { };
Javascript (Specification) 
mouseMove = function ( 
   e : jQuery.Event,
   data : IScatterChartEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.