Page 1 of 1

Xamarin.iOS - Error converting bar to series/line to series

Posted: Sat May 11, 2013 8:45 pm
by 17264961
Hi,

When changing that:

// Setting automatic Zoom and Scroll to manual
chart1.Aspect.ZoomScrollStyle=Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Manual;

to:

chart1.Aspect.ZoomScrollStyle=Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Auto;

Or when not specifying this, and changing chart do 2D:

chart.Aspect.View3D = false;

There is a runtime error on Main.cs.

Using ZoomScrollStyles.Manual solves the problem.

Thanks,

Karl

Re: Xamarin.iOS - Error converting bar to series/line to series

Posted: Mon May 13, 2013 11:36 am
by Pep
Hi Karl,

I'm a little bit confuused, I'm not able to reproduce the problem. Does this happens doing some steps with the TChartFeatures demo, or using some lines of code into your app ? If that's the case, please post the lines of code I've to use to be abke to reproduce the problem here.