VisualMelon
VisualMelon
Thanks for reporting this, and sorry about the slow response. This seems to be caused by a high tolerance filtering excessively many points. The `tolerance` on this example is computed...
That's a nice general workaround, thanks for posting it.
How are you updating the data? This sounds like the exception scenario of updating data from a different thread while it is rendering. If it's not from the UI thread...
To check, you dispatching `SetAllBars` to the UI thread, and that is the only code that modifies the data? Is the plot view entirely white when it doesn't render, or...
That's not something I can recall ever seeing. All rendering should be performed on the UI thread, so I can't think what would cause it to disappear completely. There is...
Interesting... is it the background of the Plot, or the background behind the plot that is made visible?
Long axis rendering times are usually due to expensive text measuring; however, I would not expect time taken to render to cause flickering: slow render times I would only expect...
Thanks, I can repro with that one. Will let you know if I get anywhere.
At some point my computer decided to stop flicking spontaneously and now it only flickers when a tooltip/popup is appearing/disappearing (e.g. mouse over the close button). It's rather odd... it...
@Jonarw @objorke I've finally realised that updating the documentation regarding OxyPlot.Contrib before the proper realise is probably a recipe for disaster (not least because the contrib stuff can't be release...