Android - Line Series - Disable selection

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Cameron
Newbie
Newbie
Posts: 5
Joined: Wed Feb 15, 2012 12:00 am

Android - Line Series - Disable selection

Post by Cameron » Mon Mar 05, 2012 12:15 pm

I want to disable TChart from catching touches. Anyone know where that is buried?

Cameron
Newbie
Newbie
Posts: 5
Joined: Wed Feb 15, 2012 12:00 am

Re: Android - Line Series - Disable selection

Post by Cameron » Mon Mar 05, 2012 1:11 pm

Zoom. That seems to do the trick.

Code: Select all

tChart.getZoom().setAllow(false);

Post Reply