Page 1 of 1

Trouble zooming with bar types?

Posted: Thu Sep 24, 2009 2:57 pm
by 16053324
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;
--------------------------------------------------------------

Re: Trouble zooming with bar types?

Posted: Thu Sep 24, 2009 3:17 pm
by yeray
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.