publicstaticLocalisableStringJudgementLineThickness=>newTranslatableString(getKey(@"judgement_line_thickness"),"Judgement line thickness");
/// <summary>
/// "How thick the individual lines should be."
/// </summary>
publicstaticLocalisableStringJudgementLineThicknessDescription=>newTranslatableString(getKey(@"judgement_line_thickness_description"),"How thick the individual lines should be.");
publicstaticLocalisableStringShowMovingAverage=>newTranslatableString(getKey(@"show_moving_average"),"Show moving average arrow");
/// <summary>
/// "Whether an arrow should move beneath the bar showing the average error."
/// </summary>
publicstaticLocalisableStringShowMovingAverageDescription=>newTranslatableString(getKey(@"show_moving_average_description"),"Whether an arrow should move beneath the bar showing the average error.");
publicstaticLocalisableStringCentreMarkerStyleDescription=>newTranslatableString(getKey(@"centre_marker_style_description"),"How to signify the centre of the display");