I'm attempting to use RadChart, and have had nothing but issues using DateTime as the xaxis. I've attempted to hack around most of my issues, but feel Telerik is 'thinking' too much for the developers.
Currently I have an issue binding to a dataset that looks like this.
4/30/2010 12:00 AM 99.98
5/31/2010 12:00 AM 99.98
6/30/2010 12:00 AM 99.98
7/31/2010 12:00 AM 100
8/31/2010 12:00 AM 99.73
9/30/2010 12:00 AM 99.95
10/31/2010 12:00 AM 99.98
11/30/2010 12:00 AM 99.56
12/31/2010 12:00 AM 99.92
1/31/2011 12:00 AM 100
2/28/2011 12:00 AM 99.91
3/31/2011 12:00 AM 99.92
You'll notice that this is the last day of the month for each month of the past year. I'm attempting to display the labels as Jan-10, Feb-10, etc. using a BarChart approach the values should be directly above the month labels.
The binding of the xaxis for DateTime has been a nightmare for us, so much so that we have considered retooling away from Telerik. We've spent Months and several bugs that we've discovered with the Telerik RadChart. At some point we are hoping things will go a bit smoother as we like some of the features, like zooming and scrolling for instance.
Any help here would be much appreciated, especially since my project was due last week, ;(..
Thanks!
Currently I have an issue binding to a dataset that looks like this.
4/30/2010 12:00 AM 99.98
5/31/2010 12:00 AM 99.98
6/30/2010 12:00 AM 99.98
7/31/2010 12:00 AM 100
8/31/2010 12:00 AM 99.73
9/30/2010 12:00 AM 99.95
10/31/2010 12:00 AM 99.98
11/30/2010 12:00 AM 99.56
12/31/2010 12:00 AM 99.92
1/31/2011 12:00 AM 100
2/28/2011 12:00 AM 99.91
3/31/2011 12:00 AM 99.92
You'll notice that this is the last day of the month for each month of the past year. I'm attempting to display the labels as Jan-10, Feb-10, etc. using a BarChart approach the values should be directly above the month labels.
The binding of the xaxis for DateTime has been a nightmare for us, so much so that we have considered retooling away from Telerik. We've spent Months and several bugs that we've discovered with the Telerik RadChart. At some point we are hoping things will go a bit smoother as we like some of the features, like zooming and scrolling for instance.
Any help here would be much appreciated, especially since my project was due last week, ;(..
Thanks!