Folgendes Problem: Chart x-Achse stellt Kalenderwochen von 2021/35 bis 2022/36 dar (aktuelle Woche 2022/19). Ich möchte nicht jede Woche als Label darstellen, sondern nur jedes 5. Woche. Bis zur aktuellen Woche sieht das relativ gut aus, aber danach wird jede Woche als Label dargestellt (siehe Bild).
newchart(chart1) Dim chartArea1 As New ChartArea("Default") chart1.AntiAliasing = AntiAliasingStyles.None chart1.TextAntiAliasingQuality = TextAntiAliasingQuality.Normal chart1.ChartAreas.Add(chartArea1) chart1.ChartAreas("Default").CursorX.IsUserEnabled = False chart1.ChartAreas("Default").CursorX.IsUserSelectionEnabled = False chart1.ChartAreas("Default").BackGradientStyle = GradientStyle.None