WinForms Charting: LiveCharts deprecated, considering OxyPlot — Any Alternatives?

194 Views Asked by At

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 :

graphics tab of my app

code link: https://github.com/marinVcq/wallet-manager-Csharp

thx

0

There are 0 best solutions below