-
Hello,
To whom it may concern:
I recently developed some research software tools and we are considering publishing it to an academic journal.
I was wondering if the contributors of OxyPlot ha…
-
### Steps to reproduce
plotmodel.MouseUp+= (s, e) =>
{
// some database actions here
pM.InvalidatePlot(false);
e.…
-
I upgraded a Xamarin.Android project to .NET Android (7.0) as recommended by Microsoft now that xamarin went out of support last month.
I get the following error:
##[error]The nuget command failed…
-
OxyPlot.Core is changing quite a bit at the moment, and it will require some effort to update it upon the next release of OxyPlot to NuGet. I would be more than happy to do much of this work - I'm (ve…
-
pls,i ready need a image under Scatter plot, WPF project,i want to know , if I can add a background image to the chart
i tried like this :
var bitmap = new BitmapImage(new Uri(@"D:\visua…
-
Hey,
I'm trying to update my project to Avalonia 11, but I had some problems with the Oxyplot.Avalonia nuget package.
On the oxyplot-avalonia main page on github there is an instruction for using …
-
I made a test application using OxyPlot. I tried attaching file but too large.
But here's the gist of the issue I am having...
using System;
using Eto.Forms;
using Eto.Drawing;
using Eto.OxyPlot;
us…
-
```
Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:AvaloniaApplication1.ViewModels"
xmlns:d="http://sch…
-
Hi there,
I updated my current OxyPlot WPF project to use your SharpDX approach. It's crashing to unhandled exception when I call PlotView.InvalidatePlot(true). What could be causing this problem (…
-
I've noticed a crash in my app if there are multiple graphs.
For example I have two pages with graphs.
If I navigate `A -> B -> A` then try to touch Graph A, the app crashes in the `PlotViewBase…