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
trafficstars

### Steps to reproduce Sample solution: https://drive.google.com/file/d/0B8YvbPIswXQ4aklmYU0xaXR1Yjg/view?usp=sharing The gist is to plot an `AreaSeries` that has endpoints defined outside of the X-axis's minimum and maximum values. If `AbsoluteMinimum` and `AbsoluteMaximum`...

bug
Android
high priority

### Steps to reproduce 1. Add a ListView to your ContentPage. 2. Create a list of PlotModels to your page for binding to the ListView. 3. Now use a Template/...

bug
Xamarin.Forms

IOS 10.3 Xamarin Forms 2.3.4.247 design view show this error; ![screen shot 2017-06-29 at 4 25 06 pm](https://user-images.githubusercontent.com/6427428/27684425-94b93fe0-5ce7-11e7-8a52-a47310500e4f.png) i have already placed initialization line in appdelegate.cs ```cs public override bool...

iOS
Xamarin.Forms

When setting a TitleFont value, the rendered PlotView doesn't appear to take it into account, and the default font is used instead. This occurs on Xamarin Forms 4.0.0.425677 when building...

bug
Android
Xamarin.Forms

### Steps to reproduce 1. Create a plotview and add a bottom axis 2. Set the MajorGridlineStyle to anything other than solid or none 3. Run Platform: Xamarin forms .NET...

bug
Xamarin.Forms

The UILongPressGesture & UITapGestureRecognizer won't be triggered on Oxyplot (PlotView) in iPhone 7 (iOS 10.3.2) though it works on all other iOS devices and even on iPhone 7 simulator. I...

bug
iOS

Problem with Oxyplot on Xamarin forms Android : i have line chart in a scroll view (With horizontal scroll). chart width is set using "WidthRequest" binding (MVVM) in xaml. i...

bug
Android

### Steps to reproduce 1. Create a new Xamarin Forms Blank App 2. Add OxyPlot libraries via Nuget (Oxyplot.Xamarin.Forms) as per documentation 3. Add initialization code to each project as...

bug
UWP

See https://github.com/oxyplot/oxyplot/issues/116

enhancement
iOS

Hey everybody! I'm having a weird issue with ticks and tick labels on a DateTimeAxis. With most of the data everything is working fine, but with some data neither ticks...

bug