H.OxyPlot.Uwp
0.9.23
See the version list below for details.
dotnet add package H.OxyPlot.Uwp --version 0.9.23
NuGet\Install-Package H.OxyPlot.Uwp -Version 0.9.23
<PackageReference Include="H.OxyPlot.Uwp" Version="0.9.23" />
paket add H.OxyPlot.Uwp --version 0.9.23
#r "nuget: H.OxyPlot.Uwp, 0.9.23"
// Install H.OxyPlot.Uwp as a Cake Addin #addin nuget:?package=H.OxyPlot.Uwp&version=0.9.23 // Install H.OxyPlot.Uwp as a Cake Tool #tool nuget:?package=H.OxyPlot.Uwp&version=0.9.23
H.OxyPlot
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
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 simple test application there: https://havendv.github.io/H.OxyPlot/
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
Contacts
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap10.0.18362 is compatible. |
-
UAP 10.0.18362
- DependencyPropertyGenerator.Core (>= 0.32.1)
- Microsoft.Toolkit.Uwp.UI (>= 7.1.2)
- OxyPlot.Core (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.30 | 625 | 9/13/2022 |
0.9.29 | 414 | 8/15/2022 |
0.9.28 | 394 | 8/15/2022 |
0.9.27 | 423 | 8/15/2022 |
0.9.26 | 398 | 8/11/2022 |
0.9.25 | 457 | 7/11/2022 |
0.9.24 | 429 | 6/29/2022 |
0.9.23 | 438 | 6/29/2022 |
0.9.22 | 448 | 6/23/2022 |
0.9.21 | 478 | 3/26/2022 |
0.9.19 | 447 | 2/15/2022 |
0.9.18 | 434 | 2/13/2022 |
0.9.17 | 417 | 2/12/2022 |
0.9.16 | 442 | 2/10/2022 |
0.9.15 | 432 | 2/9/2022 |
0.9.14 | 451 | 1/13/2022 |
0.9.13 | 462 | 1/13/2022 |
0.9.12 | 442 | 1/13/2022 |
0.9.11 | 424 | 1/13/2022 |
0.9.10 | 437 | 12/13/2021 |
0.9.9 | 470 | 12/12/2021 |
0.9.8 | 322 | 12/8/2021 |
0.9.7 | 294 | 12/8/2021 |
⭐ Last 10 features:
- 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
- feat: Added AdornerDecorator check in PlotViewBase.IsInVisualTree(). 2022-02-10
- feat: Added TrackerControl.LineThickness property. 2022-02-10
- feat: Added WebAssembly CI releases. 2022-01-13
- feat(UWP/Uno): Added Dark theme support. 2021-12-13
- feat(Uno): Added TrackerControl.IsHitTestVisible = false. 2021-12-08
- feat: Added Uno apps. 2021-12-08
🐞 Last 10 bug fixes:
- 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
- fix: Fixed WebAssembly CI releases. 2022-01-13
- fix: Fixed WebAssembly CI releases. 2022-01-13