Search found 10 matches

by Bank Van Breda
Wed Apr 15, 2020 6:45 am
Forum: .NET
Topic: Unable to build AOT version of Android app
Replies: 6
Views: 17247

Re: Unable to build AOT version of Android app

Emailed small test project.
by Bank Van Breda
Tue Apr 14, 2020 12:47 pm
Forum: .NET
Topic: Unable to build AOT version of Android app
Replies: 6
Views: 17247

Re: Unable to build AOT version of Android app

Still not working with new nuget.
Do we need to config something on our end?
Screen Shot 2020-04-14 at 14.45.53.png
Screen Shot 2020-04-14 at 14.45.53.png (143.94 KiB) Viewed 17081 times
by Bank Van Breda
Tue Apr 14, 2020 6:31 am
Forum: .NET
Topic: Unable to build AOT version of Android app
Replies: 6
Views: 17247

Re: Unable to build AOT version of Android app

Thanks for the feedback!
We will try this out when we upgraded the nuget package.
by Bank Van Breda
Fri Apr 03, 2020 7:09 am
Forum: .NET
Topic: Unable to build AOT version of Android app
Replies: 6
Views: 17247

Unable to build AOT version of Android app

Long story short, we are currently unable to do an AOT build of our Xamarin Forms app that uses the Steema nuget. I first thought that it was a problem of the tooling, but the people at Microsoft found some interesting things... Can you shed some more light on this, so we can again build AOT? https:...
by Bank Van Breda
Fri Nov 15, 2019 12:54 pm
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Re: Bar chart panning

Thank you! Works great.
by Bank Van Breda
Tue Nov 12, 2019 9:30 am
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Re: Bar chart panning

Hmm seems there is still 1 problem.
When panning is enabled, the values above the bars are shown out of bound of the graph.
Example attachment, the 4 is shown outside the graph on the left side although the bar itself stops at the left border.
Screen Shot 2019-11-12 at 10.28.42.png
Screen Shot 2019-11-12 at 10.28.42.png (252.39 KiB) Viewed 25954 times
by Bank Van Breda
Tue Nov 12, 2019 9:15 am
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Re: Bar chart panning

Thx Pep! Works like a charm now. ]Just small side note, even thought this support forum is awesome and the detailed info is perfect. I do miss a lot of extra example code and explanation in the docs about all those different properties and methods. Because we are only working on MacBooks we can't ru...
by Bank Van Breda
Fri Nov 08, 2019 2:45 pm
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Re: Bar chart panning

Of course and makes total sense :) Sorry I missed that... So the amount is perfect, but the bars are still smaller than the automatic generated ones... Screen Shot 2019-11-08 at 15.43.30.png Our code does have bar.BarWidthPercent = 60; but this is always set. So even if we have automatic bottom axes...
by Bank Van Breda
Fri Nov 08, 2019 1:52 pm
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Re: Bar chart panning

Hey Pep, Thank you very much for the detailed responses! With your examples I'm almost able to get our graph to behave the way we want... There is only 1 small detail I do not yet understand completely, maybe you can shed some extra light on this too? So if we look at a filled in chart with only 4 b...
by Bank Van Breda
Wed Nov 06, 2019 10:04 am
Forum: .NET
Topic: Bar chart panning
Replies: 9
Views: 26008

Bar chart panning

We are using TeeChart Xamarin Forms nuget package version 4.2019.9.10 Currently our bar chart in the app looks like this: Screen Shot 2019-11-06 at 10.45.49.png So we want to allow more bars on the graph and are looking to allow the panning option. But when I set this option, the user can keep on pa...