VisualMelon
VisualMelon
Pinging @begleysm from the original discussion who described candidate fixes for the more interesting issues this creates when `UseSeconds` changes value. I'm happy to work on this if we can...
Could do with some direction from the maintainers on how to proceed with this: it's a serious breaking change, and I'm happy to work on it, though I can't comment...
Which version of the library are you using? I can't immediately fathom how this could be happening, unless one of the series is very broken or there are multiple axes....
@Jonarw are you able to give this a bit of time? No serious precedent for the API but looks OK to me (PortableDocument.AddFont is the only thing that's obviously similar)
There are no plans (unfortunately very little maintainer time goes into OxyPlot these days); there was previously a DirectX (SharpDX) based renderer but I don't think anyone has looked at...
Can you clarify what you mean by hiding? Are you referring to series visibility or plot visibility etc.?
Yeah, the docs are out of date: you need to add a `Legend` to the plot. See https://github.com/oxyplot/oxyplot/blob/develop/Source/Examples/ExampleLibrary/Examples/LegendExamples.cs for examples, but `this.MyModel.Legends.Add(new Legend())` should get something simple showing.
I'm afraid I do not understand the question. The goal shows a non-linear plot of some sort, and you're going to make life very difficult if you try to work...
You can reverse the axis by swapping the `StartPosition` and `EndPosition` on the axis so that 'starts' at the top and 'ends' at the bottom. Again, the for ∞ there's...
There are quite a number that should be `ArgumentException` or variations on that theme. I'll put together a PR replacing those, and try to make a note of the sort...