custom axis ticks and labels

I have a horizontal stacked bar chart where I want to put custom labels on the X axis. currently it shows default numbers from 0 to 70000, but these actually represent minutes over a 6 week period. I would like to create labels that represent a date (ex. May 3) and have the tick at location represented by integer for May 3 (ex, 5368). I would put as many dates as I could fit on the axis. In reading the help i think this can be done but I have been failing in trying to specify the correct Delphi statements to make it so. Help . . .