line chart pan doesn't work when ZoomStyle = FULLCHART

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
kent_myers
Newbie
Newbie
Posts: 23
Joined: Wed Feb 13, 2013 12:00 am

line chart pan doesn't work when ZoomStyle = FULLCHART

Post by kent_myers » Fri Jan 31, 2014 8:43 pm

Hi,

I am using the latest Android jar file for TeeChart (3.2013.1219). When I display a line chart and use setZoomStyle(ZoomStyle.FULLCHART), the single finger pan operation does not do anything. If I attempt to zoom a 2D line chart with a 2 finger operation, it immediately changes to a 3D chart.

Are you aware of these problems and do you have a fix?

Thanks,
Kent

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

Re: line chart pan doesn't work when ZoomStyle = FULLCHART

Post by Yeray » Wed Feb 05, 2014 3:47 pm

Hi Kent,

This is the expected result for the FULLCHART. I'd suggest you to take a look at the "Tutorial 8 - Zoom and Scroll".
And also take a look at this thread that I think asks for the same than you:
http://www.teechart.net/support/viewtop ... 99&p=61977
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

kent_myers
Newbie
Newbie
Posts: 23
Joined: Wed Feb 13, 2013 12:00 am

Re: line chart pan doesn't work when ZoomStyle = FULLCHART

Post by kent_myers » Wed Feb 12, 2014 7:04 pm

Hi,

I understand that you plan to enhance the 2D chart to support pinch gestures. However, even now when the chart changes to 3D, the single finger pan operation does not do anything. Is this also a limitation that panning does not work for FULLCHART mode?

Kent

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

Re: line chart pan doesn't work when ZoomStyle = FULLCHART

Post by Yeray » Fri Feb 14, 2014 4:51 pm

Hello Kent,

PanData tool works fine with FULLCHART mode. Take a look at the features demo to see how to use PanData tool.
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