Search found 2 matches

by ARP
Tue Aug 06, 2024 3:36 pm
Forum: .NET
Topic: Porting Xamarin App to MAUI
Replies: 3
Views: 9299

Re: Porting Xamarin App to MAUI

I was able to get the MAUI nuget and much of it is working better. As you know we are communicating via email as well. I have another issue, however, that i wanted to post here in case another person also could have the answer. I have the following: _chart.Chart.AfterDraw += Chart_AfterDraw; Chart_A...
by ARP
Tue Jul 16, 2024 1:44 pm
Forum: .NET
Topic: Porting Xamarin App to MAUI
Replies: 3
Views: 9299

Porting Xamarin App to MAUI

We are porting our apps from Xamarin Forms to MAUI. I have run into an issue. I created a new MAUI project and added the Steema TeeChart MAUI nuget package and then copied over my files and modified the xamarin forms headers to MAUI headers. Our current code does the following: ChartView chart = new...