summaryrefslogtreecommitdiff
path: root/grapher/Models/Charts/AccelCharts.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-07-09 17:40:24 -0700
committerJacob Palecki <[email protected]>2021-07-09 17:40:24 -0700
commit6b42144e72dd10d79dcff994b864318683e0041a (patch)
tree1f3c49106d19ebd387850831d8b390fdaa612455 /grapher/Models/Charts/AccelCharts.cs
parentSmall bugfix + add default text for LUT (diff)
downloadrawaccel-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.cs1
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)