summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-04 15:08:48 -0700
committerJacob Palecki <[email protected]>2020-08-04 15:08:48 -0700
commitc0b8b46f84eda91d01ce2eead3777c31be96bd60 (patch)
tree95d856da2fe0c2417c548c32c0a41f42574ca9c8 /grapher/Form1.cs
parentRead from driver to get graph values (diff)
downloadrawaccel-c0b8b46f84eda91d01ce2eead3777c31be96bd60.tar.xz
rawaccel-c0b8b46f84eda91d01ce2eead3777c31be96bd60.zip
Data rebind for faster graph update
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 4edb9e3..237a25d 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -131,7 +131,8 @@ namespace grapher
offset,
acceleration,
limitOrExponent,
- midpoint);
+ midpoint,
+ writeButton);
this.AccelerationChart.ChartAreas[0].AxisX.RoundAxisValues();