Live-Charts
Live-Charts copied to clipboard
Disable Dpi Awareness in Winforms project
Summary
Controls in Winforms have broken layout due to Dpi Awarness,
"When WPF is loaded into a project, it promotes the process to be System DPI Aware" source: https://stackoverflow.com/a/36344413/4542599
Solves
Adding [assembly: DisableDpiAwareness] to AssemblyInfo fixes this problem