DHTMLX Docs & Samples Explorer

onMouseOut

Event name is case insensitive.

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

Parameters:

  • ev - a native event object
  chart.attachEvent("onMouseout", function (ev){
       //any custom logic here
  });