math-suite/Source/GraphingCalculator/Properties/Settings.settings

21 lines
949 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="GraphingCalculator.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="PlotPrecision" Type="System.Double" Scope="User">
<Value Profile="(Default)">600</Value>
</Setting>
<Setting Name="GridDensity" Type="System.Double" Scope="User">
<Value Profile="(Default)">41</Value>
</Setting>
<Setting Name="RoundDoublesGraph" Type="System.Int32" Scope="User">
<Value Profile="(Default)">4</Value>
</Setting>
<Setting Name="NavigationSensitivity" Type="System.Double" Scope="User">
<Value Profile="(Default)">0.1</Value>
</Setting>
<Setting Name="ZoomSensitivity" Type="System.Double" Scope="User">
<Value Profile="(Default)">1.075</Value>
</Setting>
</Settings>
</SettingsFile>