Trouble zooming with bar types?
Posted: 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;
--------------------------------------------------------------
-------------------------------------------------------------
aChart.Zoom.Allow =true;
aChart.Panning.Allow = ScrollModes.Both;
CursorFactory cursorFactory = new CursorFactory();
aChart.Cursor = cursorFactory.ZoomRealtime;
--------------------------------------------------------------