DHTMLX Docs & Samples Explorer

onMouseMove

Event name is case insensitive.

This event calls user-defined handlers (if there are any) and passes the following parameters:

  • id - an id of the item in the question
  • ev - a native event object
  • trg - a target HTML element
chart.attachEvent("onMousemove", function (id, ev, trg){
//any custom logic here
});