Skip to content

Commit 95a751c

Browse files
committed
Update related to Xamarin Forms
1 parent 7df019e commit 95a751c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

getting-started/hello-xamarin-forms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start Visual Studio and select the blank Xamarin.Forms app template.
1515
Update and add references
1616
-------------------------
1717

18-
Update the ``Xamarin.Forms`` NuGet packages to the latest version (at least version 1.3.1).
18+
Update the ``Xamarin.Forms`` NuGet packages to the latest version.
1919

2020
Add the ``OxyPlot.Xamarin.Forms`` NuGet package in both the portable and platform specific projects.
2121

@@ -26,7 +26,7 @@ You need to initialize the OxyPlot renderers by adding the following call just b
2626

2727
- iOS (Unified API): ``OxyPlot.Xamarin.Forms.Platform.iOS.Forms.Init();``
2828
- Android: ``OxyPlot.Xamarin.Forms.Platform.Android.Forms.Init();``
29-
- WinPhone: ``OxyPlot.Xamarin.Forms.Platform.WinPhone.Forms.Init();``
29+
- Windows Phone: ``OxyPlot.Xamarin.Forms.Platform.WP8.Forms.Init();``
3030

3131
Add the PlotView to a page (in code)
3232
------------------------------------

introduction/faq.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ All solutions contain an "ExampleBrowser" project that can be used to render the
1919

2020
The example library contains platform independent code and the source can be found in `~Source\\Examples\\ExampleLibrary\\Examples <https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/ExampleLibrary/Examples>`_. See also the platform specific examples in the `Examples <https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples>`_ folder.
2121

22+
Why are the plots not showing up in my Xamarin.Forms project?
23+
-------------------------------------------------------------
24+
25+
Did you forget to add a reference to the OxyPlot platform projects and initialize the renderers? See `getting started <../getting-started/hello-xamarin-forms>`_ for more information.

0 commit comments

Comments
 (0)