Porting Xamarin App to MAUI
Posted: Tue Jul 16, 2024 1:44 pm
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 ChartView();
It then proceeds to add the elements to the chart object. This is the way the examples showed to do this in the past.
I get an error that ChartView is not defined.
I am hoping I just need some other nuget package or a using or something, but nothing comes up with Intellisense.
What do I do?
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 ChartView();
It then proceeds to add the elements to the chart object. This is the way the examples showed to do this in the past.
I get an error that ChartView is not defined.
I am hoping I just need some other nuget package or a using or something, but nothing comes up with Intellisense.
What do I do?