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.
Was this page helpful?