summaryrefslogtreecommitdiff
path: root/grapher/App.config
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/App.config
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/App.config')
-rw-r--r--grapher/App.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/App.config b/grapher/App.config
index da209d6..62b54de 100644
--- a/grapher/App.config
+++ b/grapher/App.config
@@ -13,6 +13,18 @@
<setting name="Chart_BG_Colour" serializeAs="String">
<value>Window</value>
</setting>
+ <setting name="Chart_Font_Size" serializeAs="String">
+ <value>15</value>
+ </setting>
+ <setting name="Chart_Axis_Font_Size" serializeAs="String">
+ <value>12</value>
+ </setting>
+ <setting name="Chart_Series_Line_Width" serializeAs="String">
+ <value>3</value>
+ </setting>
+ <setting name="Chart_FG_Colour" serializeAs="String">
+ <value>Desktop</value>
+ </setting>
</grapher.Properties.Settings>
</userSettings>
</configuration> \ No newline at end of file