VisualMelon

Results 429 comments of VisualMelon

My only reservation here, is that it would be nice if the plot manipulators were not tied to a single X and Y axis; it's common e.g. to want to...

A Skia/Blazor provision would probably be the simplest option: this is something I've like to look into, but the backlog of maintenance work is more pressing.

@JensKrumsieck thanks for putting that together!

Not a substitute for Blazor/JS support, but Avalonia have yesterday beta-released support for WASM via Blazor.

@colejohnson66 you need to use the `Intercept` property in combination with `Slope` to specify the intercept for a linear `LineAnnotation`

(hurried thoughts) I could image that as a convenience method somewhere; OxyPlot doesn't have a whole lot of such convenience methods, but I don't think it would suffer if there...

> As for a convenience function, where would it go and what would it be called? I don't know; I'm afraid my imagination is pretty limited. I feel like `AnnotationHelpers`...

There are no such events (and they are unlikely to be added, if #111 stands), and no way to group visibility. You should be able to achieve what you want...

Source is here: https://github.com/oxyplot/oxyplot/blob/develop/Source/OxyPlot/PlotModel/PlotModel.cs#L168 Note that it's a member of `PlotModel` and does not appear on `IPlotModel`.

This seems reasonable to me. (and basically every other method around it is, so this probably just an oversight from the implementation) May be worth adding 'hide zero-value labels' as...