VisualMelon
VisualMelon
Sorry for taking so long to get back to this.
Notes: - Exposing more information in `OxyTouchEventArgs` is not a breaking change: all platforms are required to provide this information already to the constructor - This change will allow detecting...
Annoyingly `OxyTouchEventArgs` has a parameterless constructor, which invalidates my previous comment completely. We should review which platforms need this and why. (OxyPlot.Avalonia, for instance, uses it for the started event)....
I don't think rotated labels on `BarSeries` is supported, but it's certainly something that could be done relatively simply. I'm really busy these days, so I'm afraid I won't have...
Can you use the winforms SVG Exporter? https://github.com/oxyplot/oxyplot/blob/develop/Source/OxyPlot.WindowsForms/SvgExporter.cs The base SVG exporter doesn't do a very good job of measuring and positioning text, but the winforms SVG exporter (which extends...
Sorry, MRE is 'Minimal Reproducible Example' i.e. a small piece of code that demonstrates the issue, and specifics regarding platform and library version. I've tried a couple of things locally...
Thanks, I still can't reproduce this; this is what I get in Firefox:  And the SVG itself: https://gist.github.com/VisualMelon/3e50ffcd8ff1c1d665d5a795dc9bbaf0 (using Microsoft YaHei, which I don't think is the same font...
I just tried using the non-WinForms SVG exporter, and I do get results like you present. Maybe try var se = new OxyPlot.WindowsForms.SvgExporter(); instead to make sure it is resolving...
Sorry, I'm not sure which example you mean. Can you provide a screen shot or code reference?
Sorry for taking so long to get back to this.