Continued development of WindowsForms code developed using .net frameworks in .net core program of WPF framework

59 Views Asked by At

The method of drawing the CIE chromaticity diagram in the old project was developed based on ZedGraph, but unfortunately ZedGraph only supports WinFroms (.NET Framework 4.7) and has stopped updating. It seems that references are not supported on WPF either.

(And some guys recommand to use WindowsFormsHost but it only for .Net Framework project,not available in .Net Core project)

I don't know if there is any way to inherit the old code and continue to develop in the .Net Core WPF project? The old code also contains the data of the Planck trajectory, which is a good thing.

How to reference ZedGraph.winforms project in .Net Core WPF? Or a new code that adapts to .Net Core?

0

There are 0 best solutions below