Xamarin.iOS¶
Note
This section is under construction. Please contribute!
OxyPlot supports both the classic (based on MonoTouch) and unified APIs for iOS.
Add the OxyPlot package¶
Add the OxyPlot.Xamarin.iOS NuGet package to the project. References to the portable OxyPlot.dll and the Android-specific OxyPlot.Xamarin.iOS libraries will be added.
Add a PlotView control¶
Bind to a PlotModel¶
References¶
The source code can be found in the HelloWorld\iOSApp1 folder in the documentation-examples repository.