custom label on x-axis
问题 My chart predicts a value for the next 30 years. The first value must be displayed as year 1. Then year 5, 10... until 30. But internally the first year is 0 and is left off: I tried adding a custom label, but it only breaks the other labels: If I add it to AxisX2 instead of AxisX it does nothing. Here is the code to make the chart and add the lines: public static Chart MakeChart(string title) { var chart = new Chart(); var area = new ChartArea("GrafiekGebied"); foreach (var axis in area.Axes