I want to show nice round numbers on the x-axis when the user zooms in. It seems like I have to choose between CreateIntervalMode and CreateCountMode but I don't think they get me what I want. What I really want is CreateIntervalMode with an offset because if the user zooms in to a range of 0.24 to 2.26 I would like the interval to be 0.2 but I want the first tick mark to be 0.4 not 0.24.
If I use interval mode then I would get numbers like 0.24, 0.44, 0.64, etc.
If I use count mode then I would get numbers like 0.24, 0.42, 0.60, etc (depending on how many counts I specify).
Neither of those are what I want.
Is there a way to accomplish this?
Thanks,
Dan