I am having trouble getting Zoom to work with my Bar type charts? The same (simple) zoom code seen below works well for Line types. Is there something I need to do special for Bars?
-------------------------------------------------------------
aChart.Zoom.Allow =true;
aChart.Panning.Allow = ScrollModes.Both;
CursorFactory cursorFactory = new CursorFactory();
aChart.Cursor = cursorFactory.ZoomRealtime;
--------------------------------------------------------------
Trouble zooming with bar types?
-
- Newbie
- Posts: 3
- Joined: Wed May 20, 2009 12:00 am
- Location: CT
Re: Trouble zooming with bar types?
Hi KingFish78,
I can't reproduce the problem here. Could you please send us a simple example project we can run as-is to reproduce the issue here?
Thanks in advance.
I can't reproduce the problem here. Could you please send us a simple example project we can run as-is to reproduce the issue here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |