I have a bar chart with dates displayed on the x-axis. I have used custom ticks as I need 12 months labelled and have used InflateBegin/EndContentRangewithCustomTicks to display them all, even if not all the data points are there. The data points are directly on the custom ticks as they need displaying by exact month. Therefore we have December 11, January 12 etc..
The first data point is on the origin and therefore overlaps the y axis which doesn't look very good. I need to shift the x axis away from the origin in some way. The closest I have got is to add a custom tick before the first point i.e. November 11 but if I do it this way I would like to hide the label.
Thanks for your help
Lucy