What's the best way to implement charts in WPF

What's the best way to implement charts in WPF .net core? My need is very simple : plot points with live data on datetime axis. Mscharts used to do it fine but seems can't add reference to it in .net 7 and above.
3 Replies
canton7
canton75mo ago
I use OxyPlot for that
logicinbitsnbytes
logicinbitsnbytesOP5mo ago
Is it good at plotting live data in points from observable collection?
canton7
canton75mo ago
It doesn't know about ObservableCollection directly -- you have to mutate the set of points for it to draw, then call a method to get it to redraw, but that's fine for real-time data
Want results from more Discord servers?
Add your server