Page 1 of 1

Android - Line Series - Disable selection

Posted: Mon Mar 05, 2012 12:15 pm
by 17061565
I want to disable TChart from catching touches. Anyone know where that is buried?

Re: Android - Line Series - Disable selection

Posted: Mon Mar 05, 2012 1:11 pm
by 17061565
Zoom. That seems to do the trick.

Code: Select all

tChart.getZoom().setAllow(false);