79186634

Date: 2024-11-13 20:59:02
Score: 2.5
Natty:
Report link

The problem was that my MainWindow (the container of the PlotView) has a LayoutTransform:

Me.Scrll.LayoutTransform = New ScaleTransform(ScaleX, ScaleY)

So, I put to the PlotView:

Plot.LayoutTransform = New ScaleTransform(1 / ScaleX, 1 / ScaleY)

And with that the plots are not deformed in both monitors.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Federico Portillo