From 6b42144e72dd10d79dcff994b864318683e0041a Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 9 Jul 2021 17:40:24 -0700 Subject: Fix gain graph legend position --- grapher/Models/Charts/AccelCharts.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/Models/Charts/AccelCharts.cs') 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) -- cgit v1.2.3