TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
-
investsoft
- Newbie
- Posts: 5
- Joined: Mon Mar 05, 2012 12:00 am
Post
by investsoft » Wed Mar 07, 2012 3:16 pm
Hello,
I would like to know if it is possible to have both features in the same chart, maybe zoom with pinch and panning with one finger movment.
I now have panning working in this way:
Code: Select all
chart.getPanning().setMouseButton(FrameworkMouseEvent.BUTTON1);
chart.getPanning().setAllow(ScrollMode.HORIZONTAL);
Your help will be very much appreciated,
Meir, Investsoft ltd.
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Mar 07, 2012 4:50 pm
Hi Meir,
Take a look at the "Tutorial 8 - Zoom and Scroll". You could use ZoomStyle.FULLCHART as explained there.
-
mzagal
- Newbie
- Posts: 2
- Joined: Tue Nov 13, 2012 12:00 am
Post
by mzagal » Mon Nov 19, 2012 2:50 am
I use ZoomStyle.FULLCHART but get a poor performance, maybe I do something wrong, but I read other cases the same thing happens, for guidance on multi touch zoom, is a video where I show what happens, it only works when I put four fingers in the tablet (samsung)
http://www.youtube.com/watch?v=JHE08Ren11U
-
Marc
- Site Admin
- Posts: 1266
- Joined: Thu Oct 16, 2003 4:00 am
- Location: Girona
-
Contact:
Post
by Marc » Mon Nov 19, 2012 11:48 am
Hello,
We'll look at this more closely to see if we can come up with any suggestions or improvements.
Regards,
Marc Meumann
Steema Support
-
mzagal
- Newbie
- Posts: 2
- Joined: Tue Nov 13, 2012 12:00 am
Post
by mzagal » Mon Nov 19, 2012 12:50 pm
Hello,
thanks for replying, when I could be this release, I see that this problem has at least eight months
regards
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Fri Nov 30, 2012 4:13 pm
Hi,
We've added it to the wish list to be revised asap, but I can't tell you when this will be fixed.