Xamarin.iOS - Error converting bar to series/line to series
Posted: 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
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