![]() |
VOOZH | about |
dotnet add package H.OxyPlot.Uwp --version 0.9.30
NuGet\Install-Package H.OxyPlot.Uwp -Version 0.9.30
<PackageReference Include="H.OxyPlot.Uwp" Version="0.9.30" />
<PackageVersion Include="H.OxyPlot.Uwp" Version="0.9.30" />Directory.Packages.props
<PackageReference Include="H.OxyPlot.Uwp" />Project file
paket add H.OxyPlot.Uwp --version 0.9.30
#r "nuget: H.OxyPlot.Uwp, 0.9.30"
#:package H.OxyPlot.Uwp@0.9.30
#addin nuget:?package=H.OxyPlot.Uwp&version=0.9.30Install as a Cake Addin
#tool nuget:?package=H.OxyPlot.Uwp&version=0.9.30Install as a Cake Tool
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:
👁 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
xmlns:oxy="using:OxyPlot"
<oxy:PlotView Model="{Binding Model}"/>
There's a simple test application there:
https://havendv.github.io/H.OxyPlot/
👁 image
You can also test this using this app https://havendv.github.io/ratbuddyssey/ with this example file: https://github.com/HavenDV/ratbuddyssey/blob/master/docs/tv36ipal.ady
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap10.0.18362 uap10.0.18362 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.30 | 1,103 | 9/13/2022 |
| 0.9.29 | 620 | 8/15/2022 |
| 0.9.28 | 573 | 8/15/2022 |
| 0.9.27 | 620 | 8/15/2022 |
| 0.9.26 | 589 | 8/11/2022 |
| 0.9.25 | 623 | 7/11/2022 |
| 0.9.24 | 607 | 6/29/2022 |
| 0.9.23 | 659 | 6/29/2022 |
| 0.9.22 | 653 | 6/23/2022 |
| 0.9.21 | 693 | 3/26/2022 |
| 0.9.19 | 660 | 2/15/2022 |
| 0.9.18 | 634 | 2/13/2022 |
| 0.9.17 | 638 | 2/12/2022 |
| 0.9.16 | 654 | 2/10/2022 |
| 0.9.15 | 647 | 2/9/2022 |
| 0.9.14 | 645 | 1/13/2022 |
| 0.9.13 | 640 | 1/13/2022 |
| 0.9.12 | 616 | 1/13/2022 |
| 0.9.11 | 643 | 1/13/2022 |
| 0.9.10 | 631 | 12/13/2021 |
⭐ Last 10 features:
- feat: Updated apps to use OxyPlot.ExampleLibrary. 2022-08-16
- feat: Added GenerateLibraryLayout true to UWP library. 2022-08-15
- feat: Added VisualStudioToolsManifest.xml to H.OxyPlot.Wpf package. 2022-08-15
- feat: Added Description to dependency properties. 2022-08-15
- feat: To latest DependencyPropertyGenerator. 2022-08-11
- feat: Updated NuGet packages. 2022-07-11
- feat: Updated NuGet packages. 2022-06-29
- feat: To DependencyPropertyGenerator. 2022-06-23
- feat: Updated Uno packages. 2022-03-26
- feat: To WASDK 1.0.1. 2022-03-25
🐞 Last 10 bug fixes:
- fix: Fixed Uno bug with first time display. 2022-09-13
- fix: To stable Uno.Wasm.Bootstrap. 2022-06-29
- fix: Fixed Uno targets. 2022-03-26
- fix: To LineSegment DrawPolygons implementation. 2022-02-15
- fix(WinUI): Fixed Dark Theme issue with white background. 2022-02-13
- fix(WinUI): Fixed issue with big polygons. 2022-02-12
- fix: Updated DrawPolygon and DrawPolygons code to match WPF. 2022-02-12
- test: Fixed WPF xmlns to match the official prefix. 2022-02-11
- fix: Fixed NullReferenceException. 2022-02-10
- fix: Fixed bug with annotation texts. 2022-02-10