You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I added the nuget to my app and added a piechart to the xaml.
Microsoft.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found.
Cannot create instance of type 'LiveChartsCore.SkiaSharpView.WinUI.PieChart' [Line: 25 Position: 5]'
To Reproduce
Added this to my mainWindow XAML
<lvc:PieChart />
Expected behavior
I expect the app to work
Desktop (please complete the following information):
OS: Windows 11
Additional context
Changing the XAML to a different control, works
<lvc:CartesianChart />
The text was updated successfully, but these errors were encountered:
Describe the bug
I added the nuget to my app and added a piechart to the xaml.
Microsoft.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found.
Cannot create instance of type 'LiveChartsCore.SkiaSharpView.WinUI.PieChart' [Line: 25 Position: 5]'
To Reproduce
Added this to my mainWindow XAML
<lvc:PieChart />
Expected behavior
I expect the app to work
Desktop (please complete the following information):
Additional context
Changing the XAML to a different control, works
<lvc:CartesianChart />
The text was updated successfully, but these errors were encountered: