Marcos Nathan

Results 3 comments of Marcos Nathan

Hi. I also was having this issue. CartesianChart was working, but it wasn't showing on designer preview. I added this to Program.cs in BuildAvaloniaApp method. **`GC.KeepAlive(typeof(LiveChartsCore.SkiaSharpView.Avalonia.CartesianChart).Assembly);`**

Uma alternativa ao seu código é usar `reverseOrder()` no `.sorted` e em seguida usar `skip(long n)`

I posted my solution for this here https://github.com/vyvir/althea/issues/65