Hi,
Can I catch Mouse move event on a chart.
And if I can, how?
Thanks,
Amos
Mouse Move on chart
Re: Mouse Move on chart
Hi amos,
Yes, you can define a function for the chart mousemove. Ie:
Yes, you can define a function for the chart mousemove. Ie:
Code: Select all
Chart1.mousemove=function(pMove) {
if (pMove.x>100) {
}
else {
}
}
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |