How to draw 2D charts in .NET MAUI
In this tutorial, you will learn how to create a scrollable line-chart, scrollable bar-chart, and a pie chart using .NET MAUI Graphics. There is also a link to a Xamarin.Forms implementation using SkiaSharp for curious developers still using Xamarin, which at this time I assume is many of you. Creating these charts is a great …