Page 1 of 1

Scroll horizontal only

Posted: Wed Mar 12, 2014 2:51 am
by 17365127
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!

Re: Scroll horizontal only

Posted: Wed Mar 12, 2014 9:42 am
by narcis
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.