Page 1 of 1

How to disable Zoom?

Posted: Mon Aug 30, 2010 10:57 am
by 15656724
" _ChartControl.Zoom.IsEnabled = false" don't work

Re: How to disable Zoom?

Posted: Mon Aug 30, 2010 10:59 am
by 15656724
I use the silverlight teechart

Re: How to disable Zoom?

Posted: Tue Aug 31, 2010 10:52 am
by yeray
Hi changyj,

Try this one:

Code: Select all

tChart1.Zoom.Allow = false;

Re: How to disable Zoom?

Posted: Wed Sep 01, 2010 9:30 am
by 15656724
it's work, ths