https://github.com/havendv/h.oxyplot
UWP/WinUI/Uno support for OxyPlot
https://github.com/havendv/h.oxyplot
charts graphs net5 net6 netcore oxyplot plot plotting uno uwp winui
Last synced: 21 days ago
JSON representation
UWP/WinUI/Uno support for OxyPlot
- Host: GitHub
- URL: https://github.com/havendv/h.oxyplot
- Owner: HavenDV
- License: mit
- Created: 2021-12-07T01:44:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:45:27.000Z (3 months ago)
- Last Synced: 2025-04-09T04:05:10.255Z (23 days ago)
- Topics: charts, graphs, net5, net6, netcore, oxyplot, plot, plotting, uno, uwp, winui
- Language: C#
- Homepage: https://github.com/oxyplot/oxyplot
- Size: 34.3 MB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [H.OxyPlot](https://github.com/HavenDV/H.OxyPlot/)
[](https://github.com/HavenDV/H.OxyPlot/search?l=C%23&o=desc&s=&type=Code)
[](LICENSE.md)
[](https://github.com/HavenDV/H.OxyPlot/actions/workflows/dotnet.yml)UWP/WinUI/Uno support for [latest OxyPlot core library](https://github.com/oxyplot/oxyplot).
It combines [the abandoned OxyPlot UWP code](https://github.com/oxyplot/oxyplot-uwp)
with [the current WPF code](https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.Wpf),
trying to match the latter as closely as possible in behavior.Additional features:
- Dark Theme support### NuGet
[](https://www.nuget.org/packages/H.OxyPlot.Uno/)
[](https://www.nuget.org/packages/H.OxyPlot.Uno.WinUI/)
[](https://www.nuget.org/packages/H.OxyPlot.Uwp/)
[](https://www.nuget.org/packages/H.OxyPlot.WinUI/)```
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"
```
```xml```
### Preview
There's a test application there:
https://havendv.github.io/H.OxyPlot/## Contacts
* [mail](mailto:[email protected])