Minor tweaks

This commit is contained in:
seerge
2023-03-20 18:02:38 +01:00
parent 64e390a61f
commit 0b3a75e373
6 changed files with 138 additions and 10 deletions

View File

@@ -35,9 +35,6 @@ namespace GHelper
chart.Titles[0].Text = title;
chart.ChartAreas[0].AxisX.MajorGrid.LineColor = Color.LightGray;
chart.ChartAreas[0].AxisY.MajorGrid.LineColor = Color.LightGray;
chart.ChartAreas[0].AxisX.Minimum = 10;
chart.ChartAreas[0].AxisX.Maximum = 100;
chart.ChartAreas[0].AxisX.Interval = 10;