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
Xamarin.ios Line 2d chart
Xamarin.ios Line 2d chart
- Attachments
-
- 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 (30.34 KiB) Viewed 5858 times
Re: Xamarin.ios Line 2d chart
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:
I hope will helps.
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Xamarin.ios Line 2d chart
Thanks. Suggested workaround works perfect