VisualMelon
VisualMelon
Oh yes, that's the old one. With Avalonia11 you need this style include: ``
The documentation is pretty patchy, and none of it applies to the Avalonia provision. You are using compiled bindings, and then using an annoumous type as your data-context: this is...
This is expected behaviour with a line series: to insert a break in the series you should add a `DataPoint` with `x` and `y` set to `double.NaN` where you want...
What do you mean by "get's stuck"? OxyPlot's performance has never been fantastic, but WPF should be OK up to a few thousand points (and for the same number of...
When you say broken lines, do you mean dashed lines, or is the addition of the NaN data point the only change? Dashed lines are more expensive on most platforms,...
I can't think what could be causing that. If there were a great many breaks it would significantly change how rendering happens, but if it's just a couple it shouldn't...
You are not going to find help forthcoming if you provide such a sloppily written question with so few details and flagrantly ignore the template that is provided with the...
I've run into this also. The `$parent` binding seems to work fine if the `ComboBox` is not nested within a `DataTemplate` itself. The binding works fine apart from not filling...
I don't think there is any requirement/guidance. I was sure I'd see a note on citations for OxyPlot or MathNet at some point, but can't find anything like that now....
It _should_ disappear when you release the mouse, so that sounds like a bug: which platform is this? Feels like WinForms or GTK No, ignore that: if you don't mark...