A workaround is to update plottable axes after resetting horizontal axis ticks: usingScottPlot;namespaceSandbox.WinForms;publicpartialclassForm1:Form{publicForm1(){InitializeComponent();double[]ys=Generate.RandomWalk(100);DateTime[]xs=ScottPlot.Generate.ConsecutiveDays(100);formsPlot1.Plot.Add.Scatter...