-
OxyPlot already supports UWP platform, but nuspec file,
oxyplot-xamarin/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec.
does not contain a description about UWP platform.
-
Documentation says to download OxyPlot.WPF and to create a WPF project.
However, in NuGet there is no OxyPlot.WPF, there is only Eto.OxyPlot.WPF. Do I need Eto.Forms?
-
*I think that this a great library but with "huge" datasets it gets too slow, i.e. the same data (5 line series, about 500 datapoints each one) plotted with OxyPlots is rendered almost instantly, …
-
### Steps to reproduce
If you get oxyplot nuget packages from
https://www.myget.org/F/oxyplot
When you install Oxyplot.XamarinForms, Oxyplot.Android and Oxyplot.iOS they required Oxyplot.Core …
-
hi this is not really an issue i believe with the package, but I have trouble using it.
I've installed it for VS2015.
i've got no problem using it in F# interactive
However, in my solution, i've ref…
-
Using Oxyplot.Core 2015.1.950 and Oxyplot.Xamarin.Android 2015.1.950
At a certain point of zoom the application will suddenly crash. Only occurs when zooming in on the AreaSeries and does not occur on…
-
OxyPlot.Wpf.Axis has no InverseTransform and OxyPlot.Axes.Axis.InverseTransform does not take Wpf.LinearAxis. How does one get the DataPoint via ScreenPoint in Wpf?
```
private void recorder_plot_…
-
I recently ran into a problem where an image was placed on the clipboard using
Clipboard cb = new Clipboard();
cb.SetData(stream.ToArray(), "image/png");
Then, when I pasted into anothe…
-
See screenshot here: https://github.com/JustasB/SwarmSight/issues/3
CC: @Grulfen
-
Hi,
After update Xamarin.Forms to 2.2.0.31+, the OxyPlot.Xamarin.Forms 1.0.0unstable1983 stopped work on compile to android application. This version Xamarin.Forms introducing a SDK 23, I believe tha…