Mouse Move on chart
Posted: Wed Jul 01, 2015 1:23 pm
Hi,
Can I catch Mouse move event on a chart.
And if I can, how?
Thanks,
Amos
Can I catch Mouse move event on a chart.
And if I can, how?
Thanks,
Amos
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
http://493266.hkjq7.group/support/viewtopic.php?f=18&t=15645
Code: Select all
Chart1.mousemove=function(pMove) {
if (pMove.x>100) {
}
else {
}
}