From c6cc72badf507f13ef48e330efddb57fe3030a5d Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 8 Sep 2020 16:53:16 -0700 Subject: Clean up chart titles, axes, legends --- grapher/Constants/Constants.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'grapher/Constants/Constants.cs') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index aaf8bb9..a51b09c 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -89,6 +89,21 @@ namespace grapher /// Default text to be displayed on write button. public const string WriteButtonDelayText = "Delay"; + /// Title of sensitivity chart. + public const string SensitivityChartTitle = "Sensitivity"; + + /// Title of velocity chart. + public const string VelocityChartTitle = "Velocity"; + + /// Title of gain chart. + public const string GainChartTitle = "Gain"; + + /// Text for x component. + public const string XComponent = "X"; + + /// Text for y component. + public const string YComponent = "Y"; + /// Default name of settings file. public const string DefaultSettingsFileName = @"settings.json"; -- cgit v1.2.3