Trouble zooming with bar types?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
KingFish78
Newbie
Newbie
Posts: 3
Joined: Wed May 20, 2009 12:00 am
Location: CT

Trouble zooming with bar types?

Post by KingFish78 » Thu Sep 24, 2009 2:57 pm

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;
--------------------------------------------------------------

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Trouble zooming with bar types?

Post by Yeray » Thu Sep 24, 2009 3:17 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply