All Projects → oxyplot → Oxyplot

oxyplot / Oxyplot

Licence: mit
A cross-platform plotting library for .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Oxyplot

Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (-90.55%)
Mutual labels:  netstandard, netcore, wpf
oxyplot-avalonia
A cross-platform plotting library for .NET. This package targets Avalonia apps.
Stars: ✭ 102 (-95.86%)
Mutual labels:  charts, plotting, netstandard
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (-64.92%)
Mutual labels:  wpf, netcore, netstandard
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-94.85%)
Mutual labels:  netstandard, netcore
Implot
Immediate Mode Plotting
Stars: ✭ 2,014 (-18.33%)
Mutual labels:  plotting, plotting-library
Reversemarkdown Net
ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
Stars: ✭ 116 (-95.3%)
Mutual labels:  netstandard, netcore
Nlua
Bridge between Lua and the .NET.
Stars: ✭ 1,326 (-46.23%)
Mutual labels:  netstandard, netcore
Azos
A to Z Sky Operating System / Microservice Chassis Framework
Stars: ✭ 137 (-94.44%)
Mutual labels:  netstandard, netcore
Docnet
DocNET is as fast PDF editing and reading library for modern .NET applications
Stars: ✭ 128 (-94.81%)
Mutual labels:  netstandard, netcore
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (-94.36%)
Mutual labels:  netstandard, netcore
Fluentdispatch
🌊 .NET Standard 2.1 framework which makes easy to scaffold distributed systems and dispatch incoming load into units of work in a deterministic way.
Stars: ✭ 152 (-93.84%)
Mutual labels:  netstandard, netcore
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (-95.46%)
Mutual labels:  netstandard, netcore
Wpfcontrib
A collection of WPF controls and utility classes I've accumulated over the years.
Stars: ✭ 106 (-95.7%)
Mutual labels:  netcore, wpf
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-95.09%)
Mutual labels:  netstandard, netcore
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-96.07%)
Mutual labels:  netstandard, netcore
Oss.core
.net core下的领域开源电商网站,类库使用的标准库项目,集成微信和支付宝。 暂时还在开发阶段
Stars: ✭ 128 (-94.81%)
Mutual labels:  netstandard, netcore
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (-94.28%)
Mutual labels:  netstandard, wpf
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-93.88%)
Mutual labels:  netstandard, netcore
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-93.43%)
Mutual labels:  netstandard, netcore
Abotx
Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
Stars: ✭ 63 (-97.45%)
Mutual labels:  netstandard, netcore

OxyPlot is a cross-platform plotting library for .NET

License Build status

Plot

Getting started

  1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
  2. Add a PlotView to your user interface
  3. Create a PlotModel in your code
  4. Bind the PlotModel to the Model property of your PlotView

Examples

You can find examples in the /Source/Examples folder in the code repository.

NuGet packages

The latest pre-release packages are pushed by AppVeyor CI to myget.org. To install these packages, set the myget.org package source https://www.myget.org/F/oxyplot and remember the "-pre" flag.

The stable release packages will be pushed to nuget.org. Note that we have have a lot of old (v2015.*) and pre-release packages on this feed, and sometimes these show up even if they are unlisted.

See the wiki for information about the available packages.

More information

Contribute

See Contributing for information about how to contribute!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].