VisualMelon
VisualMelon
It's possible: I implemented something similar as part of a discussion (here or on the gitter, can't find it right now)^, but I don't think it makes sense in a...
Sounds like you want `LineSeries.MarkerType = MarkerType.Circle`
Yeah that's the one whereabout I was thinking. The code example (https://gist.github.com/VisualMelon/ea288e012923e5e94cb27c9001c35536#file-signalseries-cs-L21-L43) shows how you can easily extend line series with this sort of functionality (though it is a hideous...
Yeah, it's not an existing feature. You could implement the feature at various levels; it would really depend on what API you want.
I have added some more documentation about axes here: https://github.com/oxyplot/docs/pull/49 Feel free to provide feedback if it's useful or unclear.
Also applicable to `ScatterSeries` and probably others. Requires binary breaking changes on the render context extensions.
Feel free to open a PR for this (doesn't need to be perfect); it would be nice to see the full extent of the changes so that we can review...
I'm not sure if this is a good idea: these generators are great for RAD and keeping things clean, but here we are losing the comments (though none of them...
Having the comments is a big plus for me. I'm certainly not going to close this, as one of the other maintainers may have a more positive reactive and I...
To clarify, the NRE is when you try to query the `XAxis` outside of any rendering routines? Note that if you're going to lock, take `PlotModel.SyncLock`: that will ensure that...