android - monodroid Steema.TeeChart.TChart : how to disable user interaction -


can 1 please tell me how disable user interaction in tchart control.

i know how in monotouch linechart.userinteractionenabled = false;

you should use this:

  tchart1.zoom.style = steema.teechart.zoomstyles.classic;   tchart1.zoom.allow = false;   tchart1.panning.allow = scrollmodes.none; 

zoomstyles.classic still not implemented. hence setting zoom.allow , panning.allow not necessary once full functionality completed.

update: full zoomstyles.classic functionality implemented in 4.14.6.25 version published on 26th june 2014.

if disabling zoom , scroll/panning not meant user interaction please let me know.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -