VisualMelon
VisualMelon
Thank you for brining up this use-case. It may be possible to make another Skia host that renders to SVG and presents that with some sort of converter/renderer, but the...
Can you provide some example code and figures to show exactly what you mean?
This is a very old concern that can only reasonable be resolved by creating a separation between rendering and arranging/measuring the plot. The usual workaround is to render once, invalidate,...
There is no mechanism for legends to arrange themselves relative to other legends. Setting `Legend.LegendMaxHeight` should be work, though the height will depend on the size of the render surface:...
I'm not sure this is necessarily a good idea: the introduction of `GetInvalidOverloadUsed` is indicative that this isn't a solid abstraction; what's your thinking behind this change? Is this related...
This is presently not possible with the current legend architecture.
The series cannot change type or behaviour (at least not the built-in types): the rendering is implement in the type itself (though note that `StairStepSeries` extends `LineSeries`, which may be...
There used to be a oxyplot sharpDX provision, but the way OxyPlot is designed does not suit working with a GPU, so I'd be surprised if much more performance could...
Would it be possible to discuss how existing usage of mouse events could be refitted? For example, if there is a plot-annotation that the user should be able click-and-drag, how...
@nzain this is a good and important question, and I'm afraid I can't give you a good answer. The link to this is just as an indication of why the...