summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs12
1 files changed, 4 insertions, 8 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index f46c960..f496293 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -41,8 +41,7 @@ namespace grapher
new ChartXY(AccelerationChart, AccelerationChartY),
new ChartXY(VelocityChart, VelocityChartY),
new ChartXY(GainChart, GainChartY),
- showVelocityGainToolStripMenuItem,
- new CheckBox[] { sensXYLock, weightXYLock, capXYLock });
+ showVelocityGainToolStripMenuItem);
ActiveValueTitle.AutoSize = false;
ActiveValueTitle.Left = LockXYLabel.Left + LockXYLabel.Width;
@@ -61,8 +60,7 @@ namespace grapher
new ActiveValueLabelXY(
new ActiveValueLabel(SensitivityActiveXLabel, ActiveValueTitle),
new ActiveValueLabel(SensitivityActiveYLabel, ActiveValueTitle)),
- "Sensitivity",
- accelCharts);
+ "Sensitivity");
var rotation = new Option(
rotationBox,
@@ -82,8 +80,7 @@ namespace grapher
new ActiveValueLabelXY(
new ActiveValueLabel(WeightActiveXLabel, ActiveValueTitle),
new ActiveValueLabel(WeightActiveYLabel, ActiveValueTitle)),
- "Weight",
- accelCharts);
+ "Weight");
var cap = new OptionXY(
capBoxX,
@@ -95,8 +92,7 @@ namespace grapher
new ActiveValueLabelXY(
new ActiveValueLabel(CapActiveXLabel, ActiveValueTitle),
new ActiveValueLabel(CapActiveYLabel, ActiveValueTitle)),
- "Cap",
- accelCharts);
+ "Cap");
var offset = new Option(
offsetBox,