public void SetHeight(double height) { PlotCanvas.SetHeight(height * 0.4); canvasSensor.Width = height; scrollViewerProperty.MaxHeight = height; scrollViewerPLD.MaxHeight = height; }
public void SetHeight(double height) { _plotCanvas.SetHeight(height); }