Is there a way to disable the ticks values from being displayed on an axis? I just want the ticks, but not the numbers. I tried `plot.Ticks(dateTimeX: true, displayTicksX: false);` But the Dates still show up on the X-axis. Thx