Minor fixes

This commit is contained in:
seerge
2023-04-02 11:56:59 +02:00
parent 75c397d7a4
commit 5d86c821f6
7 changed files with 49 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ namespace GHelper
chart.ChartAreas[0].AxisY.LabelStyle.Font = new Font("Arial", 7F);
var foreAccent = Color.FromArgb(255, 100, 100, 100);
var foreAccent = Color.FromArgb(255, 180, 180, 180);
chart.ChartAreas[0].AxisX.MajorGrid.LineColor = foreAccent;
chart.ChartAreas[0].AxisY.MajorGrid.LineColor = foreAccent;