oxyplot-xamarin
oxyplot-xamarin copied to clipboard
OxyPlot for Xamarin.Mac and Xamarin.Forms
### 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`...
### 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/...
IOS 10.3 Xamarin Forms 2.3.4.247 design view show this error;  i have already placed initialization line in appdelegate.cs ```cs public override bool...
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...
### 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...
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...
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...
### 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...
See https://github.com/oxyplot/oxyplot/issues/116
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...