HavenDV / H.OxyPlot

UWP/WinUI/Uno support for OxyPlot

Home Page:https://github.com/oxyplot/oxyplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language License Build Status

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

NuGet
NuGet
NuGet
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/ image

Contacts

About

UWP/WinUI/Uno support for OxyPlot

https://github.com/oxyplot/oxyplot

License:MIT License


Languages

Language:C# 99.9%Language:JavaScript 0.1%