Frequently asked questions

Note

This section is under construction. Please contribute!

See also the FAQ section at http://discussion.oxyplot.org.

Where is the source code?

The source code can be found at GitHub: https://github.com/oxyplot/oxyplot.

Where can I find examples?

All solutions contain an “ExampleBrowser” project that can be used to render the examples defined in the “ExampleLibrary” project.

The example library contains platform independent code and the source can be found in ~Source\Examples\ExampleLibrary\Examples. See also the platform specific examples in the Examples folder.

Why are the plots not showing up in my Xamarin.Forms project?

Did you forget to add a reference to the OxyPlot platform projects and initialize the renderers? See getting started for more information.