-
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 my code in C#:
```cs
var model = new PlotModel { Title …
-
PS C:\WINDOWS\system32> $datasets = "C:\Program Files\WindowsPowerShell\Modules\oxyplotcli\1.0.5\datasets\"
PS C:\WINDOWS\system32> $diamonds = Import-Csv $datasets\diamonds.csv
PS C:\WINDOWS\system…
-
When we use Oxyplot version 2015.1.847-alpha the TouchCompleted of PlotModel getting called when we touch the content of graph. But when we update Oxyplot package for xamarin.forms to Version 1.0.0-un…
-
"When I am exporting a plotmodel and there are some errors in it (i.e. yaxiskey not found or something like that) OxyPlot does not throw an exception, but rather writes the error message into the outp…
-
I have created a simple WPF application(without OxyPlot) where a Polyline can be selected and moved up or down using mouse.
I handle MouseEnter/MouseLeave events to change the cursor to Cursors.SizeNS…
-
When you have two LineSeries in your PlotModel, one is visible, the other is not. Give them a tracker to show, then add points in both of them, and switch the invisible LineSeries to visible after tha…
-
Hi,I am using the oxyplot to show data dynamicaly,hoever i find that the update speed is a bit low.
I heard about that the speed is faster using gpu render,is it?I don`t know what the render way is…
-
### Steps to reproduce
```C#
string filePath = "D:\\test.png";
OxyPlot.Wpf.PngExporter exporter = new OxyPlot.Wpf.PngExporter();
exporter.Height = (int)m…
-
I am facing a problem while using PngExporter.ExportToBitmap() method in oxyplot which is clipping the linear axis label on the right, if the label is a large value.
I couldn't find any solution in …
-
Hi. I'm facing an issue with performance when plotting multiple `LineSeries`/`GLineSeries` with real-time data. Here's a GIF showing what's happening:
![livecharts](https://user-images.githubusercont…