Search found 10 matches
- Wed Apr 15, 2020 6:45 am
- Forum: .NET
- Topic: Unable to build AOT version of Android app
- Replies: 6
- Views: 19074
Re: Unable to build AOT version of Android app
Emailed small test project.
- Tue Apr 14, 2020 12:47 pm
- Forum: .NET
- Topic: Unable to build AOT version of Android app
- Replies: 6
- Views: 19074
Re: Unable to build AOT version of Android app
Still not working with new nuget.
Do we need to config something on our end?
Do we need to config something on our end?
- Tue Apr 14, 2020 6:31 am
- Forum: .NET
- Topic: Unable to build AOT version of Android app
- Replies: 6
- Views: 19074
Re: Unable to build AOT version of Android app
Thanks for the feedback!
We will try this out when we upgraded the nuget package.
We will try this out when we upgraded the nuget package.
- Fri Apr 03, 2020 7:09 am
- Forum: .NET
- Topic: Unable to build AOT version of Android app
- Replies: 6
- Views: 19074
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:...
- Fri Nov 15, 2019 12:54 pm
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
Re: Bar chart panning
Thank you! Works great.
- Tue Nov 12, 2019 9:30 am
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
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.
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.
- Tue Nov 12, 2019 9:15 am
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
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...
- Fri Nov 08, 2019 2:45 pm
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
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...
- Fri Nov 08, 2019 1:52 pm
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
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...
- Wed Nov 06, 2019 10:04 am
- Forum: .NET
- Topic: Bar chart panning
- Replies: 9
- Views: 28549
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...