Slow Manual Mode Scroll And Zoom on IPAD

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
PBMI
Newbie
Newbie
Posts: 1
Joined: Tue Apr 17, 2012 12:00 am

Slow Manual Mode Scroll And Zoom on IPAD

Post by PBMI » Fri Apr 20, 2012 3:23 am

When ZoomScrollStyles.Manual is set on a chart, the refresh speed on an ipad2 is slow - it takes between 1 -3 seconds to redraw the chart in the new location.

When ZoomScrollStyles.Auto is used, the chart zooms and scrolls fast as expected. In both modes, the simulator works correctly with a good speed of refresh.

Are there any performance tweaks that can be applied?

Will this issue be resolved in the next release?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: Slow Manual Mode Scroll And Zoom on IPAD

Post by Pep » Mon Apr 23, 2012 7:53 am

Hello,

yes, this is why the component incluthes both ZoomScroll styles, the manual is the one used by default for non iOS applications, but due to the speed refresh on iOS we decided to add the standard way used on devices, but this style cannot be applied to 3d series styles. For the moment has only been designed for 2d series styles.

Post Reply