How to disable Zoom?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
changyj
Newbie
Newbie
Posts: 9
Joined: Thu Aug 12, 2010 12:00 am

How to disable Zoom?

Post by changyj » Mon Aug 30, 2010 10:57 am

" _ChartControl.Zoom.IsEnabled = false" don't work

changyj
Newbie
Newbie
Posts: 9
Joined: Thu Aug 12, 2010 12:00 am

Re: How to disable Zoom?

Post by changyj » Mon Aug 30, 2010 10:59 am

I use the silverlight teechart

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to disable Zoom?

Post by Yeray » Tue Aug 31, 2010 10:52 am

Hi changyj,

Try this one:

Code: Select all

tChart1.Zoom.Allow = false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

changyj
Newbie
Newbie
Posts: 9
Joined: Thu Aug 12, 2010 12:00 am

Re: How to disable Zoom?

Post by changyj » Wed Sep 01, 2010 9:30 am

it's work, ths

Post Reply