oxyplot-xamarin icon indicating copy to clipboard operation
oxyplot-xamarin copied to clipboard

OxyPlot for Xamarin.Mac and Xamarin.Forms

Results 41 oxyplot-xamarin issues
Sort by recently updated
recently updated
newest added

Hello, We would like migrate own project with .net 6 ios. But the package "OxyPlot.Xamarin.iOS" doesn't work. We can't install de package. NU1202: Package OxyPlot.Xamarin.iOS 1.1.0-unstable0011 is not compatible with...

Hi all, I have a problem with my plotview in Xamarin forms, i see it but when i try to pan or zomm on it, it's not work. This is...

bug
Xamarin.Forms

Steps to reproduce 1. Create a Xamarin forms project targeting at least UWP. 2. Create a PlotModel and an AreaSeries with a fill color and add certain points 3. Add...

UWP

Facing issue with the latest code panning and zooming not working Here is configuration of the project .Net Standards - 2.0 Xamarin.forms. - 5.0.0.3578 Oxyplot.Xamarin.Forms - 2.1.0 Xamarin.Essentials - 1.7.7...

I'm using OxyPlot.Xamarin.Forms v1.0.0 via NuGet. I'm displaying a linear graph and it works great along with zoom and pan, as long as I am in debug. As soon as...

Android

This is similar to #139, but on iOS ... Apparently the exceptions regarding "This PlotModel is already in use ..." do not only occur on MacOS, but sometimes also on...

iOS

Hii, I am using Oxyplot.core 1.0.0 ![image](https://user-images.githubusercontent.com/32536723/148889168-dd7dc4e3-187f-4fb4-b016-263ee141b64f.png) and currently facing issue while creating a release build of the application, getting following error > Severity Code Description Project File Line Suppression...

Android

Hello. I'm trying to generate a PDF document from a graph using the ```PdfExporter``` class. ```C# var exporter = new PdfExporter { Width = width, Height = height, Background =...

### Steps to reproduce 1. Create a cross-platform (Xamarin Pages) project in VS 2015 with 4.0 Framework. 2. Now add multiple charts to your ContentPage. And Add guester listeners to...

bug
iOS
Xamarin.Forms

I have negative linear series(y-axis) which is rendered on graph., even though I have negative values those are not plotting on negative y-axis. are they any ways to plot negative...