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