VisualMelon
VisualMelon
@objorke @Jonarw all packages have been pushed. Is there somewhere sensible to post the [release notes](https://gist.github.com/VisualMelon/e3b8eaceb91e2cd5430ee5687fc95649), or would it be worth just creating a wiki entry?
@objorke @Jonarw after far too long, I'm keen to finally release 2.1 as non-pre-release. I've been seeing more and more requests for releases lately (having died down after the preview...
Packages have been pushed to NuGet, almost a year later than intended. Things still to do: - put release notes somewhere - update docs regarding Wpf/XAML - update all the...
@raffaeler the answer is to use the contrib (https://github.com/oxyplot/oxyplot-contrib) packages on nuget; however, as you note, I haven't got around to sorting them out yet. They are one of the...
@raffaeler you can see the rationale in #1399
@dlgcy there is no solution. As @objorke said, the architecture of OxyPlot does not lend itself to incremental updates, and no work has been done to facilitate partial redraws. The...
It's just rendering way too many axis ticks: setting `MajorTick` and `MinorTick` explicitly overrides the internal logic for computing tick distributions, and plots them at the given intervals instead.
@ubersant sorry, I meant `MajorStep` and `MinorStep`: because you are specifying them they are overriding the normal logic which picks a distribution based on the visible range and the (screen...
Yes, a line series expects many data points, and won't draw a line if these is only one point. If you set a `MarkerType` (e.g. `Circle`) then you should see...
I've discussed this sort of thing with people before, and I would assert is that it doesn't make sense to do this on a series with real data.