diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
| commit | dba84307479550135db0bccce9554da09c74aa74 (patch) | |
| tree | d5f6a56a174f4d0dc0a70f8ba6133997d3efead8 /grapher/Form1.cs | |
| parent | Add gain and velocity graphs (diff) | |
| download | rawaccel-dba84307479550135db0bccce9554da09c74aa74.tar.xz rawaccel-dba84307479550135db0bccce9554da09c74aa74.zip | |
Add tool menu to enable\disable charts
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index fb841e9..7fa6928 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -116,9 +116,12 @@ namespace grapher AccelGUI = new AccelGUI( this, - AccelerationChart, - VelocityChart, - GainChart, + new AccelCharts( + this, + AccelerationChart, + VelocityChart, + GainChart, + showVelocityGainToolStripMenuItem), managedAcceleration, accelerationOptions, sensitivity, |