private void ShowPressWin(object sender, MouseButtonEventArgs e) { PlotWin pw = new PlotWin(plotterData.pressure, "Pressure"); pw.Show(); }