VisualMelon

Results 435 comments of VisualMelon

This is likely an issue with the text measurement being inaccurate in the 'default' SVG exporter: can you use one of the SVG exporters available in `OxyPlot.WindowsForms`, `OxyPlot.WPF`, or `OxyPlot.SkiaSharp`...

I'd be very wary of this change: logs are confusing enough on bar-charts where only the height is changing when comparing bars: on a histogram, you can have different widths...

@FabianNitsche thanks for the detail; I can't read it all right now, but I saw you said that `ColumnSeries` has been removed: it has been replaced with `BarSeries`: they were...

You've convinced me this is worth including, and my first instinct is that the most general solution is to allow a base-line for histograms and linear bar series. It certainly...

Yeah, I think that makes sense, but I really want to make sure it works for your use-case, because you're going to be using it and not me. Also, don't...

Thanks for the clear explanations. I'm going to be very busy this week, but I'll try to remember to take a proper look at the code soon. Feel free to...

Still feels a bit odd, but merged ;) Thanks for this contribution, and sorry I took so long getting back to this.

Re. `MinY`, not sure I've understood what you are getting at: I think that's just ensuring that the data bounds are constrained to the filter minimum. As you say, a...

@Dimigergo no plans in any regard. It should be fairly easy using this PR as a reference to update `BarSeries` and `LinearBarSeries`, so I may pick that up if there...

I need to look into revising the Histogram fix given #1925 anyway, so may look into this in the next couple of days if I have time.