Skip to content

Commit c87189d

Browse files
committed
Added some details to help beginners
Added information for the pre-released version. (NuGet installation) Explanation on the way to add the oxyplot to the toolbox.
1 parent 9c47bcc commit c87189d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

getting-started/hello-wpf-xaml.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ You need references to the OxyPlot and OxyPlot.Wpf assemblies. The easiest way t
2323

2424
.. image:: wpf-add-reference.png
2525

26-
In the "Manage NuGet packages" dialog, search for "OxyPlot" and select the "OxyPlot.Wpf" package:
26+
In the "Manage NuGet packages" dialog, search for "OxyPlot" (activate the Include prerelease option) and select the "OxyPlot.Wpf" package:
2727

2828
.. image:: wpf-install-package.png
2929

3030
You can also use the `Package Manager Console <http://docs.nuget.org/docs/start-here/using-the-package-manager-console>`_ to install the package:
3131

3232
.. sourcecode:: bat
3333

34-
PM> Install-Package OxyPlot.Wpf
34+
PM> Install-Package OxyPlot.Wpf -Pre
3535

3636
Create a view model
3737
-------------------
@@ -73,6 +73,7 @@ Create the view
7373
---------------
7474

7575
Define the namespace in the ``Window`` element, set the ``DataContext`` and add a ``PlotView`` control:
76+
To add a PlotView control, Go in ``Choose Items...`` in the Toolbox and Browse for the OxyPlot.Wpf.dll file. If you used NuGet, it should be located in your Project Folder /bin/Debug. Once selected, only check the PlotView file.
7677

7778
.. sourcecode:: xml
7879

0 commit comments

Comments
 (0)