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://teechart.com/support/
Code: Select all
Chart1.mousemove=function(pMove) {
if (pMove.x>100) {
}
else {
}
}