0

XAML reference not finding PlotView

Mike Vanderveer 9 jaar geleden bijgewerkt 9 jaar geleden 1
Using Visual Studio 2013, my XAML code can't seem to find the PlotView in the OxyPlot.Wpf library.
I have used
xmlns:oxy="OxyPlot.Wpf"
xmlns:oxy="clr-namespace:OxyPlot.Wpf;assembly=OxyPlot.Wpf"
and a few more that I can't remember, There are several different ones referenced in the docs.
I'm using runtime version v4.0.30319
and version 2014.1.546.0
Any ideas on what reference I should be using or what else it could be?

Fixed it. Needed to install the OxyPlot.Core package as well.