Zoom box
Zoom box
When zooming on the chart by dragging the mouse to create the zoom box, the zoom box will not appear if the mouse cursor is over an actual trend line, or within a few pixels. Is this a fixed 'feature', or can it be made to always zoom regardless of where the click occurs.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi matthbri,
I'm not able to reproduce the issue here using latest TeeChart version avaiable. Could you please let us know which TeeChart version are you using and the exact steps to reproduce the issue?
Thanks in advance.
I'm not able to reproduce the issue here using latest TeeChart version avaiable. Could you please let us know which TeeChart version are you using and the exact steps to reproduce the issue?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
The version we are using is v2.0.50727
I cannot reprouce it in your demo apps. Maybe something to do with my mousedown handler. But it is strange that it works when clicking in empty space, but not on a drawn line. I will do some more tests.
I notice that on your demo the mouse goes to cross-hair cursor when over a line. it doesnt on mine.
I cannot reprouce it in your demo apps. Maybe something to do with my mousedown handler. But it is strange that it works when clicking in empty space, but not on a drawn line. I will do some more tests.
I notice that on your demo the mouse goes to cross-hair cursor when over a line. it doesnt on mine.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi matthbri,
Thanks for the information. I could reproduce the issue here. Instead of using TeeChart's ClickSeries event you can use Series's Click event. I've added an issue (TF02011563) to our defect list so that both events have the same behaviour in future releases.
Thanks for the information. I could reproduce the issue here. Instead of using TeeChart's ClickSeries event you can use Series's Click event. I've added an issue (TF02011563) to our defect list so that both events have the same behaviour in future releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |