diff options
| author | Jacob Palecki <[email protected]> | 2020-08-04 15:08:48 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-04 15:08:48 -0700 |
| commit | c0b8b46f84eda91d01ce2eead3777c31be96bd60 (patch) | |
| tree | 95d856da2fe0c2417c548c32c0a41f42574ca9c8 /grapher/Form1.cs | |
| parent | Read from driver to get graph values (diff) | |
| download | rawaccel-c0b8b46f84eda91d01ce2eead3777c31be96bd60.tar.xz rawaccel-c0b8b46f84eda91d01ce2eead3777c31be96bd60.zip | |
Data rebind for faster graph update
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 3 |
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(); |