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 - id of item in question
  • ev - a native event object
  • trg - a target HTML element
  chart.attachEvent("onMousemove", function (id, ev, trg){
       //any custom logic here
  });