You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I encountered an issue where an OxyPlot.PlotView will be blank when shown in a DialogHost's DialogContent. Any insight into what might be causing this interaction would be appreciated.
Thank you for the nice repo project. It is very helpful. Unfortuently this does not appear to be an issue with this library, and instead appears to be an issue with the OxyPlot library not supporting Popups.
You can confirm this by simply putting the PlotView inside of a Popup control:
I believe the issue is with the OxyPlot library. I suspect it is the same issue here: oxyplot/oxyplot#1796. However, it does not appear there has been a public release of the library since that fix was put in. You might need to compile the library from source, or inquire on that project when the next release will happen.
Hi, I encountered an issue where an OxyPlot.PlotView will be blank when shown in a DialogHost's DialogContent. Any insight into what might be causing this interaction would be appreciated.
I illustrate the issue in this repo.
The text was updated successfully, but these errors were encountered: