Currently working on a WinForms student project (an expense manager) (with .NET 6.0), I need to find an alternative to LiveCharts as it's deprecated.
After some research, i'm using OxyPlot, but it is not very customizable, i'm looking for something that match with modern GUI
my current graphics tab :
code link: https://github.com/marinVcq/wallet-manager-Csharp
thx