gui/plotxy: implement background ticks

Improve trace readability when is displayed on xy plot.
The user is able to enable this option throughout preferences dialog.
This commit is contained in:
Kiara Navarro 2021-10-17 19:37:40 -03:00
parent ea8693566f
commit 6ef0d9e87a
No known key found for this signature in database
GPG key ID: CDEFDCA3F6E04955
6 changed files with 94 additions and 31 deletions

View file

@ -119,7 +119,7 @@ private:
YAxis YAxis[2];
XAxis XAxis;
int plotAreaLeft, plotAreaWidth, plotAreaBottom;
int plotAreaLeft, plotAreaWidth, plotAreaBottom, plotAreaTop;
};
#endif // TRACEXYPLOT_H