jpageacsys
jpageacsys
I found a possible solution. By changing the line: ``` public static readonly DependencyProperty TotalProperty = DependencyProperty.Register( nameof(Total), typeof(double?), typeof(PieChart), new PropertyMetadata(null, OnDependencyPropertyChanged)); ``` to ``` public static readonly DependencyProperty...
Thanks! I'll just switch over to using that.
I tried the latest pre-release version of 1.6 which fixed it, but unfortunately it broke several controls I'm using so I can't update yet.
Looks like updating to Visual Studio 2022 preview 17.14 fixes this issue: https://github.com/dotnet/roslyn/issues/76949
> Can anyone help me for how to set/configure package source "https://aka.ms/skiasharp-eap/index.json". I'm using in .Net maui. I believe you can add it like this in NuGet settings in Visual...
> I added LiveChartsCore.SkiaSharpView.WinUI 2.0.0-rc5 to my project and when I try to build a Gauge nothing shows up on the page. I didn't see any exceptions and the application...