winforms-datavisualization icon indicating copy to clipboard operation
winforms-datavisualization copied to clipboard

PerMonitorV2 DPI mode support

Open danergo opened this issue 2 years ago • 13 comments

First of all: thank you for this porting.

I have created a very simple form with C# .NET 7:

image

WinForms.DataVisualization is at version 1.7.0 (Latest stable by the NuGet manager).

When I run this application on standard DPI (96, 100% scale) screens it works as intended:

image

However after I move the window to a different DPI (240, 250% scale), all labels stays small:

image

To illustrate the problem better, I scaled down this last image back to 100% (please don't consider the borders, lines, etc, focus only to labels on legend, and around the chart):

image

Can we somehow keep the consistency between DPI changes?

danergo avatar Jan 26 '23 11:01 danergo