Page 1 of 1

line chart pan doesn't work when ZoomStyle = FULLCHART

Posted: Fri Jan 31, 2014 8:43 pm
by 16564991
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

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

Posted: Wed Feb 05, 2014 3:47 pm
by yeray
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

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

Posted: Wed Feb 12, 2014 7:04 pm
by 16564991
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

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

Posted: Fri Feb 14, 2014 4:51 pm
by yeray
Hello Kent,

PanData tool works fine with FULLCHART mode. Take a look at the features demo to see how to use PanData tool.