Øystein Bjørke
Øystein Bjørke
Does this work with VS2019, or does it require an extension / NuGet package? I see ReSharper is suggesting this change.
Thanks, I understand this will be supported from VS 16.4. Removing the "investigate" label.
See #1415
@silviubogan You have implemented this in your fork, can you create a PR for this change only? https://github.com/oxyplot/oxyplot/pull/1415/files#diff-2c8edecb3bf6753459205e53722c4c22R1758
I would prefer if the hit testing code was in the `Axis` class, and not the `PlotModel`, similar to the `Series` and `Annotations`. I think the `GetAxesFromPoint` has slightly different...
Can you create a branch and include both the example and the changes? Do we need to add all the position tier logic in the hit test code? can the...
Inherit from `UserControl` sounds good
Is it worth it? Do it for v2.0?
Added alternative C
I agree, the labels should be drawn after all grid lines have been drawn. So rendering of axes should be done in two passes, first all lines for all axes,...