Scroll horizontal only

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Thinkpower
Newbie
Newbie
Posts: 11
Joined: Tue Feb 19, 2013 12:00 am

Scroll horizontal only

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
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Scroll horizontal only

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply