OxyPlot is a cross-platform plotting library for .NET.
This repository contains the SharpDX/WPF implementation.
- Web page
- Documentation
- Announcements / atom
- Discussion forum
- Source repository
- Issue tracker
- NuGet packages
- Stack Overflow
- Gitter (chat)
- Use the NuGet package manager to add a reference to
OxyPlot.SharpDX.WPF
(see details below if you want to use pre-release packages) - Add a
PlotView
to your user interface - Create a
PlotModel
in your code - Bind the
PlotModel
to theModel
property of yourPlotView
You can find examples in the /Source/Examples
folder in the code repository.
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 are pushed to nuget.org.