I tried to follow the following link to start learning OxyPlot I added reference using "Manage NuGet Packages...". However,
using OxyPlot;
is still underlined (the type or namespace 'OxyPlot' could not be found...)
I tried Package Manager Console to add reference as suggested:
PM> Install-Package OxyPlot.Wpf
But got back
Attempting to resolve dependency 'OxyPlot.Core (= 2014.1.546)'.
OxyPlot.Wpf 2014.1.546' already installed.
OxyPlotTesting already has a reference to 'OxyPlot.Wpf 2014.1.546'.
Any ideas?
I think this may be your issue:
Hope this helps!