Scrolling on iOS with TChart on page.
Posted: Tue Jun 05, 2012 4:19 pm
Heya folks,
Another question from me. I am working on my second app using TeeChart for .NET on iOS and with MonoTouch. In my first app, an iPhone/iPod Touch only app, we experienced a problem where putting a chart that took up the entire screen on the view controller would not allow us to scroll or use swipe gestures. We eventually found that if we made the chart a bit smaller and swiped in the area not occupied by the chart's rectangle, we could actually use the swipe and/or scroll gestures.
On my new app, an iPad only app, I am having the same problem. If I try to swipe or scroll when starting with my finger on one of the charts, the page will not scroll or swipe (actually, only scroll in this case - we don't have swipe gestures, just a uiscrollview that the charts are being added to). I have a page that contains 7 different charts. If I scroll making sure to touch between them, it works fine. Unfortunately, this is not very user friendly because users don't think to start their scroll in between graphs.
I understand that this is probably related to the fact that the Charts have their own scrolling capabilities. But I have disabled all scrolling and panning in them. Is there another way to tell the charts to completely ignore the touch, swipe or scroll and allow the page to handle it?
Thanks!
Bob
Another question from me. I am working on my second app using TeeChart for .NET on iOS and with MonoTouch. In my first app, an iPhone/iPod Touch only app, we experienced a problem where putting a chart that took up the entire screen on the view controller would not allow us to scroll or use swipe gestures. We eventually found that if we made the chart a bit smaller and swiped in the area not occupied by the chart's rectangle, we could actually use the swipe and/or scroll gestures.
On my new app, an iPad only app, I am having the same problem. If I try to swipe or scroll when starting with my finger on one of the charts, the page will not scroll or swipe (actually, only scroll in this case - we don't have swipe gestures, just a uiscrollview that the charts are being added to). I have a page that contains 7 different charts. If I scroll making sure to touch between them, it works fine. Unfortunately, this is not very user friendly because users don't think to start their scroll in between graphs.
I understand that this is probably related to the fact that the Charts have their own scrolling capabilities. But I have disabled all scrolling and panning in them. Is there another way to tell the charts to completely ignore the touch, swipe or scroll and allow the page to handle it?
Thanks!
Bob