Skip to content

UWP/WinUI/Uno support for OxyPlot

License

Notifications You must be signed in to change notification settings

HavenDV/H.OxyPlot

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 22, 2023
Dec 7, 2021
Nov 22, 2023
Mar 25, 2022
Aug 25, 2023
Aug 15, 2022
Nov 22, 2023
Dec 7, 2021
Oct 31, 2022
Nov 22, 2023
Mar 25, 2022

Repository files navigation

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