Xamarin.ios Line 2d chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Thomas
Newbie
Newbie
Posts: 7
Joined: Thu Mar 21, 2013 12:00 am

Xamarin.ios Line 2d chart

Post by Thomas » Mon Oct 14, 2013 2:57 pm

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
Attachments
Screen Shot 2013-10-14 at 2.31.09 PM.png
Screen Shot 2013-10-14 at 2.31.09 PM.png (8.83 KiB) Viewed 5871 times
Screen Shot 2013-10-10 at 2.31.50 PM.png
Screen Shot 2013-10-10 at 2.31.50 PM.png (30.34 KiB) Viewed 5858 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Xamarin.ios Line 2d chart

Post by Sandra » Tue Oct 15, 2013 10:51 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Thomas
Newbie
Newbie
Posts: 7
Joined: Thu Mar 21, 2013 12:00 am

Re: Xamarin.ios Line 2d chart

Post by Thomas » Tue Oct 15, 2013 11:31 am

Thanks. Suggested workaround works perfect

Post Reply