Øystein Bjørke

Results 89 comments of Øystein Bjørke

We can include a peak-finding algorithm it in oxyplot.dll If it is general enough, otherwise it would be a great example!

I cannot remember `ScaleFactor` or find it in the commit history. https://github.com/oxyplot/oxyplot/tree/82816b1d71b6ba428be38fa083a7af7d4e1f0b6b/Source/OxyPlot/Series Anyone knowing what it was or why it was removed?

Agree it should by default look like the default font used in the current framework. Currently it is set to "Segoe UI" to match WPF. I suggest to change the...

Could this be reated to/duplicate of #40?

See also http://discussion.oxyplot.org/topic/546899-ellipse-annotation-rotation/

All annotation types? Or only rectangle and ellipse annotations? Image annotations? I think there is a few alternative implementations 1. Implement rotated ellipses/rectangles by calculating rotate coordinates and draw as...

I trust both @VisualMelon and @Jonarw for the NuGet releases! Let me know your NuGet usernames and I will add you as owners.

I have given you access to all 20 packages!

I have simply used this from Windows command line ```bash nuget setapikey ############################# for %%A in (*.nupkg) DO nuget push %%A -Source nuget.org ``` or ```bash for %%A in (*.nupkg)...

yes, push the packages for ImageSharp and SkiaSharp, too