diff options
| author | Matthew Strasiotto <[email protected]> | 2021-04-26 21:08:57 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-04-26 21:08:57 +1000 |
| commit | 8181105215e71f9b71b205037afb2839e20e7619 (patch) | |
| tree | 1feddc26878ea8687348a970daa4b85251911513 /grapher/Form1.cs | |
| parent | Dock legends, add chart bg colour property (diff) | |
| download | rawaccel-8181105215e71f9b71b205037afb2839e20e7619.tar.xz rawaccel-8181105215e71f9b71b205037afb2839e20e7619.zip | |
chartarea is transparent for all charts now
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 + } } |