Hi,
I have a Chart with dateTimes on the X Axis. I would like to print only the hour and minutes as it isn't readable otherwise (Original.PNG).
When I try to format it by using categoricalAxis on each series, it formats it correctly but creates an axis for each serie (Formatted.PNG).
I haven't found a way to keep only 1 Axis but with the formatted dateTimes.
I joined a copy of the important part of my code.