documentation-examples icon indicating copy to clipboard operation
documentation-examples copied to clipboard

examples used in the documentation

Results 8 documentation-examples issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce 1. Open AndroidApp1 project 2. Update OxyPlot.Core NuGet package to 2.1.0 3. Run (I used Pixel 3a Android 11 simulator) # Expected behavior The plot shows...

UWP example is missing.

X and Y axes were inverted. Fixes issue #42.

Hi, I want to populate itemsource items with: var items = Registrar.OrderBy(c => c.Especie).Select(x => x.Ancho).ToList(); I was thinking of something like this perhaps?? var barSeries = new ColumnSeries {...

Hello, i have problem getting the plot working on iOS. I have a Xamarin.Forms Project and it's working fine on Android but i can't get it working on iOS. I...

Hi bro, i am currently using microsoft visual studio 2015. i am trying the helloworld example. after i nuget oxyplot, in the packages.config, i realized that there is a purple...

Inspired by this question and solution https://github.com/oxyplot/oxyplot/issues/1186

While downloading the Oxyplot.Xamarin.Mac to Visual Studio for Mac it says it is not compatible with the current framework, and swapping frame doesn't work. This is especially odd, because the...