Hi,
We have an application where we show a Area Stacked chart. The chart is customized, so that timestamp and date appear one below the other. And for the first tick we display date as mm/dd/yyyy and all the other ticks have date as mm/dd. The chart seems to center justify for the longest string (which for the first tick is mm/dd/yyyy). So the timestamp above the date on the first tick seems left justified(time stamp has 4 (00:00) but date has 8 (mm/dd/yyyy)). The other ticks seems fine because the timestamp and mm/dd has same number of characters. I'll attach a pic.
Is there anyway can I make timestamp also center justified?