oxyplot-avalonia icon indicating copy to clipboard operation
oxyplot-avalonia copied to clipboard

A cross-platform plotting library for .NET. This package targets Avalonia apps.

Results 14 oxyplot-avalonia issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes various threading issues discovered while investigating #47 - `BeginInvoke` was backwards - Not locking when updating/rendering - Not ensuring `Update` is called before `Render` if invalidated (this was the...

Cross post from https://github.com/oxyplot/oxyplot/issues/1904 Appears to be an issue specifically with `OxyPlot.Avalonia`. @VisualMelon suggests two changes: - Calling `InvalidatePlot` off-thread should set a dirty-flag immediately, and schedule an update on...

If I make a custom axis using an OxyPlot.LinearAxis as the base class like: public class CustomLinearAxis : LinearAxis { } The background on my usercontrol hosting the PlotView that...

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...

Hello! Consider using [dotnet cli for azure pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/dotnet-core). It seems to me that now this option is more modern than using msbuild and nuget directly

From oxyplot: oxyplot/oxyplot#1006 Since it will be a lot of work to maintain all these classes and examples/tests. Keep the `PlotView` control of course. Other XAML platforms (Xamarin.Forms, Silverlight) only...

Avalonia
easy-fix

Seems like this module is not as easy to port...

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...

I am trying to display a pie graphic using the oxiplot tool, but I am not able to display the graphic. As seen in MainView.axaml I am trying to display...