diff options
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(); |