Hi,
Using Xamarin.Android I did install TeeChart as a Xamarin Component the trial version of TeeChart. All was good.
After buying the license, I wanted to install the official TeeChart library.
What I did was the following:
- In Xamarin studio, I edited the project 'References' and added TeeChart.Android.dll to my references.
All built properly however all the charts were displayed incorrectly.
Can you please tell me what are the correct steps to install the TeeChart library in Xamarin.android.
PS: I did attach two snapshot one taken using the trial version (good) and one using the official library (bad)
Bad Chart (please see fonts)
Thanks
Install Xamarin android library by hand
Re: Install Xamarin android library by hand
In my previous post, I thought I did mis-configure the installation of the licensed Chart library. However, it seems that the new library displayed all fonts incorrectly. It seems that it is a new feature, but unfortunately this new feature is not backward compatible.
I had to go through all font size settings and adjust it and divide each setting by 'pixel by sp'.
I could not find any documentation regarding this new 'font size' feature.
I had to go through all font size settings and adjust it and divide each setting by 'pixel by sp'.
I could not find any documentation regarding this new 'font size' feature.
Re: Install Xamarin android library by hand
Hello,
We are investigating if this is an intentional new feature (with or without backwards compatibility) or a bug.
We are investigating if this is an intentional new feature (with or without backwards compatibility) or a bug.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install Xamarin android library by hand
Hello,
We did this change because until then, setting a font size was giving a very different result in different devices.
I'm sorry for the inconvenience generated.
Indeed, we did some modifications to improve the font sizes supporting any ComplexUnitType (by default using ComplexUnitType.Sp) in any font.theyield wrote:I had to go through all font size settings and adjust it and divide each setting by 'pixel by sp'.
I could not find any documentation regarding this new 'font size' feature.
We did this change because until then, setting a font size was giving a very different result in different devices.
I'm sorry for the inconvenience generated.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |