fires when mouse pointer is moved over a chart
myChart.attachEvent("onMousemoving", function (ev){ //any custom logic here });
Event name is case insensitive.