OxyPlot.Core 2014.1.541-alpha

This is a prerelease version of OxyPlot.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OxyPlot.Core --version 2014.1.541-alpha
                    
NuGet\Install-Package OxyPlot.Core -Version 2014.1.541-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OxyPlot.Core" Version="2014.1.541-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OxyPlot.Core" Version="2014.1.541-alpha" />
                    
Directory.Packages.props
<PackageReference Include="OxyPlot.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OxyPlot.Core --version 2014.1.541-alpha
                    
#r "nuget: OxyPlot.Core, 2014.1.541-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OxyPlot.Core@2014.1.541-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OxyPlot.Core&version=2014.1.541-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OxyPlot.Core&version=2014.1.541-alpha&prerelease
                    
Install as a Cake Tool

OxyPlot is an open source plotting library for .NET. This is the core package that is referenced by the other OxyPlot packages.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (28)

Showing the top 20 popular GitHub repositories that depend on OxyPlot.Core:

Repository Stars
LibreHardwareMonitor/LibreHardwareMonitor
Libre Hardware Monitor is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer.
Facepunch/sbox-public
s&box is a modern game engine, built on Valve's Source 2 and the latest .NET technology, it provides a modern intuitive editor for creating games
ArcadeRenegade/SidebarDiagnostics
A simple sidebar for Windows desktop that displays hardware diagnostic information.
CXWorld/CapFrameX
Frametime capture and analysis tool
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
gro-ove/actools
Alternative launcher for Assetto Corsa named Content Manager, and some utils as well.
nkdAgility/azure-devops-migration-tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Work Items, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
n00mkrad/nmkoder
Media encoding, muxing, analysis toolkit for Windows
Kinovea/Kinovea
Video solution for sport analysis. Capture, inspect, compare, annotate and measure technical performances.
VahidN/PdfReport.Core
PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries
MvvmCross/MvvmCross-Samples
Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
oxyplot/oxyplot-avalonia
A cross-platform plotting library for .NET. This package targets Avalonia apps.
spaghettidba/WorkloadTools
A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
amund7/CANBUS-Analyzer
Originally a development tool for Scan My Tesla, but contributions has turned into a standalone canbus data analyzer suite, supporting a wide variety of log formats, and also DBC file signal definitions.
logicpulse/logicPOS
Logicpulse's Open Source POS System
qwertie/ecsharp
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
BriefFiniteElementNet/BriefFiniteElement.Net
BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
HearthstoneTracker/HearthstoneTracker
Automatically track and generate statistics for all your HearthStone games.
letianzj/QuantTrading
A real-time quantitative trading/backtesting platform in C#, supporting IB (full brokerage) and Google Finance (quote only). It adds R support through R.NET.
anuviswan/LearningPoint
A repository for learning different technologies, frameworks, features......
Version Downloads Last Updated
2015.1.873-alpha 226 5/7/2015
2015.1.871-alpha 146 4/30/2015
2015.1.864-alpha 152 4/25/2015
2015.1.862-alpha 68 4/25/2015
2015.1.859-alpha 159 4/23/2015
2015.1.855-alpha 87 4/23/2015
2015.1.854-alpha 64 4/23/2015
2015.1.853-alpha 65 4/23/2015
2015.1.851-alpha 82 4/22/2015
2015.1.847-alpha 204 4/16/2015
2015.1.843-alpha 102 4/15/2015
2015.1.842-alpha 68 4/15/2015
2015.1.841-alpha 64 4/15/2015
2015.1.840-alpha 103 4/13/2015
2015.1.836-alpha 81 4/11/2015
2015.1.834-alpha 68 4/11/2015
2015.1.829-alpha 84 4/10/2015
2015.1.826-alpha 113 4/8/2015
2014.1.546 15,735 10/22/2014
2014.1.541-alpha 102 10/16/2014
Loading failed

2014.1.*
--------

New features

- Support data binding paths ("Point.X") (#210)
- Support for Xamarin.Forms (#204)
- Support for Windows Universal apps (#190)

Enhancements

- Improve TrackerFormatString consistency (#214)
- Support LineColor.BrokenLineColor
- LabelFormatString for ScatterSeries (#12)

Breaking changes

- Changed tracker format strings arguments (#214)
- Rename OxyPenLineJoin to LineJoin
- Rename LineStyle.Undefined to LineStyle.Automatic

Bugfixes

- Improved text rendering for Android and iOS (#209)
- Custom shape outline for PointAnnotation (#174)
- Synchronize Wpf.Axis.MinimumRange (#205)
- TrackerHitResult bug (#198)
- Position of axis when PositionAtZeroCrossing = true (#189)
- Expose ScatterSeries.ActualPoints (#201)
- Add overridable Axis.FormatValueOverride (#181)
- PngExporter text formatting (#170)