H.OxyPlot

UWP/WinUI/Uno support for OxyPlot

MIT License

Stars
34

H.OxyPlot

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

NuGet

Install-Package H.OxyPlot.Uno
Install-Package H.OxyPlot.Uno.WinUI
Install-Package H.OxyPlot.Uwp
Install-Package H.OxyPlot.WinUI

Usage

xmlns:oxy="using:OxyPlot"
<oxy:PlotView Model="{Binding Model}"/>

Preview

There's a test application there: https://havendv.github.io/H.OxyPlot/

Contacts