diff options
| author | Matthew Strasiotto <[email protected]> | 2021-04-27 19:44:22 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-04-27 19:44:22 +1000 |
| commit | 4046426b2e948bceb6e39af8d1e50586e90bec11 (patch) | |
| tree | 91b211865d900dda6995d58a84b67a64055e2723 /grapher/App.config | |
| parent | chartarea is transparent for all charts now (diff) | |
| download | rawaccel-4046426b2e948bceb6e39af8d1e50586e90bec11.tar.xz rawaccel-4046426b2e948bceb6e39af8d1e50586e90bec11.zip | |
set chart props in own function
Diffstat (limited to 'grapher/App.config')
| -rw-r--r-- | grapher/App.config | 12 |
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 |