Relative Content

Tag Archive for c#mauilivechartsdiagrammer

Issue with Displaying LiveCharts2 in C# MAUI Project: Unexpected Window Closure When Navigating to Search Page

I am trying to display a chart in the GUI window of a C# MAUI project using LiveCharts2. I have installed the LiveChartsCore.SkiaSharpView.Maui package in my project and written the necessary code. The application starts without any issues. However, as soon as I click on the “go to search page” button, the window unexpectedly closes.
So far, I have figured out that the error is caused by this block in the XAML file, because everything works fine up to this point. However, I don’t know how to solve it.