TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Thinkpower
- Newbie
- Posts: 11
- Joined: Tue Feb 19, 2013 12:00 am
Post
by Thinkpower » Wed Mar 12, 2014 2:51 am
Hi, I'm using Xamarin to build an android project.
I want my chart be scrolled horizontal only and the following code doesn't work. I can scroll my chart vertical too.
Code: Select all
mainChart.Zoom.Style = Steema.TeeChart.ZoomStyles.InChart;
mainChart.Panning.Allow = Steema.TeeChart.ScrollModes.Horizontal;
Please help!
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Wed Mar 12, 2014 9:42 am
Hi benlu,
This is not possible at the present moment. This should be achieved with ZoomStyles.Classic, when it's fully implemented. Currently it only disables zoom and scroll. This is a high priority item and we expect this functionality to be available for the next maintenance release.