From 8181105215e71f9b71b205037afb2839e20e7619 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:08:57 +1000 Subject: chartarea is transparent for all charts now --- grapher/Form1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grapher/Form1.cs') diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 51f1355..d5f9246 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -217,6 +217,6 @@ namespace grapher } - #endregion Method - } + #endregion Method + } } -- cgit v1.2.3 From c38b839833f45e53a3b371119ba1d10cf05c4ea0 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Sat, 1 May 2021 20:20:28 +1000 Subject: Add streamingMode option to constructors down the chain --- grapher/Form1.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/Form1.cs') diff --git a/grapher/Form1.cs b/grapher/Form1.cs index d5f9246..d833311 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -64,6 +64,7 @@ namespace grapher toggleButton, showVelocityGainToolStripMenuItem, showLastMouseMoveToolStripMenuItem, + streamingModeToolStripMenuItem, gainCapToolStripMenuItem, legacyCapToolStripMenuItem, gainOffsetToolStripMenuItem, -- cgit v1.2.3