summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.settings
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-04-27 19:44:22 +1000
committerMatthew Strasiotto <[email protected]>2021-04-27 19:44:22 +1000
commit4046426b2e948bceb6e39af8d1e50586e90bec11 (patch)
tree91b211865d900dda6995d58a84b67a64055e2723 /grapher/Properties/Settings.settings
parentchartarea is transparent for all charts now (diff)
downloadrawaccel-4046426b2e948bceb6e39af8d1e50586e90bec11.tar.xz
rawaccel-4046426b2e948bceb6e39af8d1e50586e90bec11.zip
set chart props in own function
Diffstat (limited to 'grapher/Properties/Settings.settings')
-rw-r--r--grapher/Properties/Settings.settings12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings
index 7c46209..74b2acf 100644
--- a/grapher/Properties/Settings.settings
+++ b/grapher/Properties/Settings.settings
@@ -5,5 +5,17 @@
<Setting Name="Chart_BG_Colour" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">Window</Value>
</Setting>
+ <Setting Name="Chart_Font_Size" Type="System.Single" Scope="User">
+ <Value Profile="(Default)">15</Value>
+ </Setting>
+ <Setting Name="Chart_Axis_Font_Size" Type="System.Single" Scope="User">
+ <Value Profile="(Default)">12</Value>
+ </Setting>
+ <Setting Name="Chart_Series_Line_Width" Type="System.Int32" Scope="User">
+ <Value Profile="(Default)">3</Value>
+ </Setting>
+ <Setting Name="Chart_FG_Colour" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Desktop</Value>
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file