UWP/WinUI/Uno support for latest OxyPlot core library.
It combines the abandoned OxyPlot UWP code
with the current WPF code,
trying to match the latter as closely as possible in behavior.
Additional features:
- Dark Theme support
Install-Package H.OxyPlot.Uno
Install-Package H.OxyPlot.Uno.WinUI
Install-Package H.OxyPlot.Uwp
Install-Package H.OxyPlot.WinUI
xmlns:oxy="using:OxyPlot"
<oxy:PlotView Model="{Binding Model}"/>
There's a test application there: https://havendv.github.io/H.OxyPlot/