Presently this works but it uses the "ToOADate" hack ```cs ScottPlot.TickGenerators.NumericManual tickGenX = new(); tickGenX.AddMajor(myDateTime.ToOADate(), $"{dt1}"); ```