# oxyplot **Repository Path**: c914620529/oxyplot ## Basic Information - **Project Name**: oxyplot - **Description**: A cross-platform plotting library for .NET - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-09-25 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OxyPlot is a cross-platform plotting library for .NET - [Web page](http://oxyplot.org) - [Documentation](http://oxyplot.org/documentation) - [Announcements](http://oxyplot.org/announcements) / [atom](http://oxyplot.org/atom.xml) - [Discussion forum](http://discussion.oxyplot.org) - [Source repository](http://github.com/oxyplot/oxyplot) - [Issue tracker](http://github.com/oxyplot/oxyplot/issues) - [NuGet packages](http://www.nuget.org/packages?q=oxyplot) - [Stack Overflow](http://stackoverflow.com/questions/tagged/oxyplot) - [Twitter](https://twitter.com/hashtag/oxyplot) - [Gitter](https://gitter.im/oxyplot/oxyplot) [![Build status](https://ci.appveyor.com/api/projects/status/mlaqnruo6ic3oe60)](https://ci.appveyor.com/project/objorke/oxyplot) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/oxyplot/oxyplot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![Plot](http://oxyplot.org/public/images/normal-distributions.png) #### Branches `master` - the release branch (stable channel) `develop` - the main branch with the latest development changes (pre-release channel) See '[A successful git branching model](http://nvie.com/posts/a-successful-git-branching-model/)' for more information about the branching model in use. #### Getting started 1. Use the NuGet package manager to add a reference to OxyPlot 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. #### Contribute See [the documentation](http://oxyplot.org/documentation/contributions) for information about how to contribute!