Beispiel #1
0
 public void ShowVelocityAndGain()
 {
     SensitivityChart.SetHeight(Constants.SensitivityChartTogetherHeight);
     VelocityChart.Show();
     GainChart.Show();
 }
Beispiel #2
0
 public void HideVelocityAndGain()
 {
     SensitivityChart.SetHeight(Constants.SensitivityChartAloneHeight);
     VelocityChart.Hide();
     GainChart.Hide();
 }