blob: 6fe821b653b59eea152bc6e1ce3c1bf960402322 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<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_BG_Colour" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">Green</Value>
</Setting>
<Setting Name="Chart_FG_Colour" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">White</Value>
</Setting>
</Settings>
</SettingsFile>
|