summaryrefslogtreecommitdiff
path: root/grapher/Models/Options/OptionXY.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 00:56:07 -0700
committerJacob Palecki <[email protected]>2020-09-01 00:56:07 -0700
commitb5b87e24053c9f52a2edb5b1cb48f8e27e434ce1 (patch)
tree16311322d41596a69cbd2932ae8fe9dafb45401e /grapher/Models/Options/OptionXY.cs
parentSet whole or by component with toolstrip item (diff)
downloadrawaccel-b5b87e24053c9f52a2edb5b1cb48f8e27e434ce1.tar.xz
rawaccel-b5b87e24053c9f52a2edb5b1cb48f8e27e434ce1.zip
Show xy charts only when accel applied by component
Diffstat (limited to 'grapher/Models/Options/OptionXY.cs')
-rw-r--r--grapher/Models/Options/OptionXY.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/grapher/Models/Options/OptionXY.cs b/grapher/Models/Options/OptionXY.cs
index 8e22617..b026c8a 100644
--- a/grapher/Models/Options/OptionXY.cs
+++ b/grapher/Models/Options/OptionXY.cs
@@ -24,9 +24,8 @@ namespace grapher
Form containingForm,
double defaultData,
Label label,
- AccelCharts accelCharts,
ActiveValueLabelXY activeValueLabels)
- : this(new FieldXY(xBox, yBox, lockCheckBox, containingForm, defaultData, accelCharts), label, activeValueLabels)
+ : this(new FieldXY(xBox, yBox, lockCheckBox, containingForm, defaultData), label, activeValueLabels)
{
}
@@ -38,8 +37,7 @@ namespace grapher
double defaultData,
Label label,
ActiveValueLabelXY activeValueLabels,
- string startingName,
- AccelCharts accelCharts):
+ string startingName):
this(
xBox,
yBox,
@@ -47,7 +45,6 @@ namespace grapher
containingForm,
defaultData,
label,
- accelCharts,
activeValueLabels)
{
SetName(startingName);