0
Under review
Eto based backend
Currently there is an Eto.OxyPlot on nuget:
https://www.nuget.org/packages/Eto.OxyPlot/
However, only a WPF version is available. It seems the approach here is to just host the OxyPlot.WPF implementation in Eto.Forms.
I've taken a different approach and created an OxyPlot backend which uses Eto's abstracted rendering interfaces. This way, it becomes available on any platform that is available for Eto.
Are the maintainers interested in merging this back into the OxyPlot repository?
Thanks,
Rob Conde
https://www.nuget.org/packages/Eto.OxyPlot/
However, only a WPF version is available. It seems the approach here is to just host the OxyPlot.WPF implementation in Eto.Forms.
I've taken a different approach and created an OxyPlot backend which uses Eto's abstracted rendering interfaces. This way, it becomes available on any platform that is available for Eto.
Are the maintainers interested in merging this back into the OxyPlot repository?
Thanks,
Rob Conde
Customer support service by UserEcho
I have added issue #341