VisualMelon
VisualMelon
Sorry, been without a computer for about a week, and probably going to be very busy this week. Keep pestering me and hopefully I'll get around to it, since clearly...
The discussion seems to have been archived, but this could be a useful addition, and it should be technically simple to get an initial implementation working. I'd be happy to...
Actual Maximum is 'finalised' and consumed by `UpdateTransform`, which is called before the tick calculation, so you can't really change it thereafter. I think `CoerceActualMaxMin` would be the right place...
Ah, yeah, I keep forgetting `CoerceActualMaxMin` isn't in the margin loop. You probably could override `UpdateTransform`, and call the base implementation once to sort everything out before fudging the max/min...
Assigning myself so that I don't forget to take a proper look at this when I have time
Sorry about the late reply. OxyPlot does not provide this sort of functionality: it focuses on X/Y plots, with limited support for Polar Plots.
@t0b4cc0 can you describe your use case exactly? I've always been wary of working on this because there isn't a clear design, I've not needed it myself, and I'd have...
MaxSize support is probably pretty slow, and will be caught out by strings with combining characters (need to do some research on that), but gives pretty reasonable results. It could...
@Jonarw would you mind taking a gander at the changes in Skia, and let me know if this looks too abhorrent to you to be an acceptable change? Having done...
@Jonarw yeah, it's pretty horrendous, and I think what you describe is actually close to how OxyPlot was designed: `DrawText` is even documented as not working with multi-line text. To...