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

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Karl
Newbie
Newbie
Posts: 10
Joined: Fri Feb 08, 2013 12:00 am

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

Post by Karl » Sat May 11, 2013 8:45 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

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

Post by Pep » Mon May 13, 2013 11:36 am

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.

Post Reply