diff options
| author | a1xd <[email protected]> | 2021-09-23 22:14:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-23 22:14:32 -0400 |
| commit | c67f04ad3793babc5e8f95205ca981c412703b27 (patch) | |
| tree | 5492df9f6a6f60f9d260c6554afbc615c3261382 /grapher/Constants | |
| parent | Merge pull request #105 from a1xd/1.5.x (diff) | |
| parent | fix - motivity not set from input (diff) | |
| download | rawaccel-c67f04ad3793babc5e8f95205ca981c412703b27.tar.xz rawaccel-c67f04ad3793babc5e8f95205ca981c412703b27.zip | |
Merge pull request #107 from a1xd/1.5.0-fix
1.5 pre-release fixes
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 703c488..383d7f4 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -146,6 +146,9 @@ namespace grapher /// <summary> Line Width For Series data on chart </summary> public const int ChartSeriesLineWidth = 3; + /// <summary> Marker size for last-mouse-move chart series. </summary> + public const int DotMarkerSize = 7; + /// <summary> Foreground Color When Streamer Mode Active </summary> public static readonly System.Drawing.Color fgStreamer = System.Drawing.Color.White; |