I'm creating a Xamarin.Forms (Portable) Application where I want to create a Chart. Specifically, using OxyPlot.
But I have a problem, OxyPlot doesn't appear whenever I search it in my Nuget Packages for Solution. Only "oxyplot-extensions", "Eto.OxyPlot.wpf", and "Eto.OxyPlot" appear.
What package do I actually need to create charts using OxyPlot? Is there a specific package I need to Install?