VisualMelon
VisualMelon
It looks like `OxyImage` isn't meant to be just a block of color, but it hasn't been touched since 2014. Would it make sense to abandon it's dreams of becoming...
@Jonarw yeah, thinking about it that would be a much better idea, and would mean I can get on with implementing everything rather than trying to make decisions I can't...
It is possible that the particular provision you are using didn't previously support clipping of text but now does. Which platform are you using? See the `PlotModel.ClipTitle` and `Axis.ClipTitle` properties,...
Yes, the title is aligned relative to the plot area. This is something we should consider making configurable. I'm afraid I don't understand your question about the width/height: can you...
It seems it is already configurable: the `PlotModel.TitleHorizontalAlignment` appears to serve the purpose exactly. You want `TitleHorizontalAlignment.CenteredWithinView`.
Oh with `PlotView`. That behaviour is inherited from Control, and as I understand will essentially be governed by the the `Grid` in your scenario.
Not really; I did some work a while back here: https://github.com/oxyplot/oxyplot/issues/1640 It was a bit ambitious and I never got around to doing the design work for integrating the important...
That's odd: do you have any example code (or know one of our existing examples) which reveals this that we could try?
Links are certainly nice! In-line links might be preferable to keep changes simple. In any case, I won't merge this myself, but I certainly don't object to the changes.
What does the markdown lint file achieve? On reflection, I think separating the links out would be better; it'll be a little more effort for contributors and maintainers, but it'll...