0

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?

Filburt
  • 17,626
  • 12
  • 64
  • 115
Jaycee Evangelista
  • 1,107
  • 6
  • 22
  • 52

1 Answers1

2

Have a look at this NuGet package here. It seems to be only in prerelease. So make sure that when you try to install it you check the box 'include prerelease' (in Visual Studio).

Include prerelease checkbox

Gerald Versluis
  • 30,492
  • 6
  • 73
  • 100