Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
XamWebChart: DateTime Labels not formating
posted

Hi All,

Using a line chart,  I have a series of dates (as DateTime) on my X axis. Instead of getting the dates I get 1 to 26 which is the number of data points in the series.

I tried formatting the labels with dataChart.Axes[0].Label.Format = "{0:d}";  and in the xmal but with no affect. If I convert the DateTime to a String I get 06/06/2010 9:30 PM.

Any suggestions?

 

Cheers

Phil