问题是我的 MainWindow(PlotView 的容器)有一个 LayoutTransform:
Me.Scrll.LayoutTransform = New ScaleTransform(ScaleX, ScaleY)
所以,我放入 PlotView:
Plot.LayoutTransform = New ScaleTransform(1 / ScaleX, 1 / ScaleY)
这样,两个显示器中的图都不会变形。