Hello,
Currently, I am using a CategoryAxis with arrangebyindex set to false. I am using dates as strings such as "8/7/21". This way, all of the points on my scatter plot with the same date are on the same value on the x axis.
However, I am trying to figure out a way to still show the date strings "8/7/21" as the units on the x axis, but if points have the same date but different times, I wan't them to have separate x values.
For example, if I have 3 objects:
- Datetime = 8/7/21 10:30AM
- Datetime = 8/7/21 10:30AM
- Datetime = 8/7/21 3:00PM
I would want 1 and 2 to be on the same value for the x axis and 3 would be on a different value. But I would want both labeled "8/7/21".
I was trying multiple ways with the date time axis but couldn't seem to get it to work.
Is there a good way for me to achieve this functionality?
Thanks,
David