Android Zooming and Scrolling

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
jplt
Newbie
Newbie
Posts: 1
Joined: Fri Dec 02, 2011 12:00 am

Android Zooming and Scrolling

Post by jplt » Mon Apr 16, 2012 6:38 am

Hi,

I have a problem when trying to implement zoom and scroll (candlestick chart) in android. I want to implement FullChart for Zooming and have try this code:
chart.getZoom().setZoomStyle(ZoomStyle.FULLCHART);
But there is no response at all when I'm trying to zoom with 2 fingers. Seems like the code doesn't work.

am I doing wrong? Really need help. Thank you.

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

Re: Android Zooming and Scrolling

Post by Yeray » Wed Apr 18, 2012 2:15 pm

Hi,

It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
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

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

Re: Android Zooming and Scrolling

Post by Yeray » Fri May 16, 2014 1:46 pm

Hello,
Yeray wrote:It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
This seems to work fine with the actual version so I've closed the ticket:
http://bugs.teechart.net/show_bug.cgi?id=433

Also note we've just implemented a new ZoomStyle.INCHART_MULTI that rescales the axes following the pinch gesture.
This will be available with the next maintenance release.
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