https://github.com/oxyplot/oxyplot-sharpdx
https://github.com/oxyplot/oxyplot-sharpdx
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxyplot/oxyplot-sharpdx
- Owner: oxyplot
- License: mit
- Created: 2017-06-16T21:20:29.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-29T08:45:57.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:31:57.921Z (10 months ago)
- Language: C#
- Size: 385 KB
- Stars: 16
- Watchers: 15
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
OxyPlot is a cross-platform plotting library for .NET.
This repository contains the SharpDX/WPF implementation.
#### Getting started
1. Use the NuGet package manager to add a reference to `OxyPlot.SharpDX.WPF` (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 to [myget.org](https://www.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](https://www.nuget.org/packages?q=oxyplot).