Page 1 of 1

Xamarin.ios Line 2d chart

Posted: Mon Oct 14, 2013 2:57 pm
by 17265503
Steema.Teechart.Series.Line looks bad in View3d =false mode (especially on retina displays), while in 3d mode looks fine.

A) Density is very low.
B) Part of outside labels on axes are hidden
C) Strange chart look when value is constant

How to solve this problem?
Thanks in advance.

TeeChartNETMonoTouch_v4_13_04_05

Re: Xamarin.ios Line 2d chart

Posted: Tue Oct 15, 2013 10:51 am
by 10050769
Hello Thomas,

Many thanks for your information. I have added your problem in bug list report with number [TM71016739 ]. We will try to fix it to upcoming versions of TeeChart Xamarin for IOS. On the other hand, at the moment as a workaround, you can set the ZoomSrollStyle as Manual as do in next line of code:

Code: Select all

chart3.Chart.Aspect.ZoomScrollStyle = Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Manual;
I hope will helps.

Thanks,

Re: Xamarin.ios Line 2d chart

Posted: Tue Oct 15, 2013 11:31 am
by 17265503
Thanks. Suggested workaround works perfect