Hey guys,
I wonder if there is any option for setting the minimal or maximal Tick distance - even though in my current project I am only interested in setting a minimal Tick distance, having both would be pretty neat.
Using Plot.XAxis.ManualTickSpacing does not seem to be the best option as it clashes with zooming in and out. Similar to #725.
In the picture below Plot.XAxis.TickLabelFormat($"dd.MM.yy {Environment.NewLine} hh:mm:ss", true) was used instead of Plot.XAxis.ManualTickSpacing.
Cheers,
Chris

PS: Keep up the good work!!