Scroll horizontal only
Posted: 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.
Please help!
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;