diff options
| author | Jacob Palecki <[email protected]> | 2021-07-09 17:40:24 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-09 17:40:24 -0700 |
| commit | 6b42144e72dd10d79dcff994b864318683e0041a (patch) | |
| tree | 1f3c49106d19ebd387850831d8b390fdaa612455 /grapher/Models/Charts/AccelCharts.cs | |
| parent | Small bugfix + add default text for LUT (diff) | |
| download | rawaccel-6b42144e72dd10d79dcff994b864318683e0041a.tar.xz rawaccel-6b42144e72dd10d79dcff994b864318683e0041a.zip | |
Fix gain graph legend position
Diffstat (limited to 'grapher/Models/Charts/AccelCharts.cs')
| -rw-r--r-- | grapher/Models/Charts/AccelCharts.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Models/Charts/AccelCharts.cs b/grapher/Models/Charts/AccelCharts.cs index 7682120..631c2e2 100644 --- a/grapher/Models/Charts/AccelCharts.cs +++ b/grapher/Models/Charts/AccelCharts.cs @@ -162,6 +162,7 @@ namespace grapher velocityChart.SetTop(sensitivityChart.Height + Constants.ChartSeparationVertical); gainChart.SetHeight(sensitivityChart.Height); gainChart.SetTop(velocityChart.Top + velocityChart.Height + Constants.ChartSeparationVertical); + gainChart.SetLegendPosition(ChartXY.GainLegendPosition); } private void OnEnableClick(object sender, EventArgs e) |