summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Properties/Settings.Designer.cs')
-rw-r--r--grapher/Properties/Settings.Designer.cs48
1 files changed, 48 insertions, 0 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs
index 285e18e..51f559a 100644
--- a/grapher/Properties/Settings.Designer.cs
+++ b/grapher/Properties/Settings.Designer.cs
@@ -34,5 +34,53 @@ namespace grapher.Properties {
this["Chart_BG_Colour"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("15")]
+ public float Chart_Font_Size {
+ get {
+ return ((float)(this["Chart_Font_Size"]));
+ }
+ set {
+ this["Chart_Font_Size"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("12")]
+ public float Chart_Axis_Font_Size {
+ get {
+ return ((float)(this["Chart_Axis_Font_Size"]));
+ }
+ set {
+ this["Chart_Axis_Font_Size"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3")]
+ public int Chart_Series_Line_Width {
+ get {
+ return ((int)(this["Chart_Series_Line_Width"]));
+ }
+ set {
+ this["Chart_Series_Line_Width"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Desktop")]
+ public global::System.Drawing.Color Chart_FG_Colour {
+ get {
+ return ((global::System.Drawing.Color)(this["Chart_FG_Colour"]));
+ }
+ set {
+ this["Chart_FG_Colour"] = value;
+ }
+ }
}
}