Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T09:25:26.000Z (4 months ago)
- Last Synced: 2024-10-12T20:22:39.512Z (4 months 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: 34
- Watchers: 4
- 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/)
[![Language](https://img.shields.io/badge/language-C%23-blue.svg?style=flat-square)](https://github.com/HavenDV/H.OxyPlot/search?l=C%23&o=desc&s=&type=Code)
[![License](https://img.shields.io/github/license/HavenDV/H.OxyPlot.svg?label=License&maxAge=86400)](LICENSE.md)
[![Build Status](https://github.com/HavenDV/H.OxyPlot/actions/workflows/dotnet.yml/badge.svg)](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
[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uno.svg?style=flat-square&label=H.OxyPlot.Uno)](https://www.nuget.org/packages/H.OxyPlot.Uno/)
[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uno.WinUI.svg?style=flat-square&label=H.OxyPlot.Uno.WinUI)](https://www.nuget.org/packages/H.OxyPlot.Uno.WinUI/)
[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.Uwp.svg?style=flat-square&label=H.OxyPlot.Uwp)](https://www.nuget.org/packages/H.OxyPlot.Uwp/)
[![NuGet](https://img.shields.io/nuget/dt/H.OxyPlot.WinUI.svg?style=flat-square&label=H.OxyPlot.WinUI)](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])