We have implemented rad chart , But when we select the date range from 2009- 2010, the chart is not looking good. Its merging with each bars.
I have attached the screen shot.
Thanks,
1 Answer, 1 is accepted
0
Ves
Telerik team
answered on 13 May 2010, 08:14 AM
Hi Mike Treat,
There are two approaches to DateTime with RadChart. You may choose to display the "year-month" values along the X axis simply as strings -- in this case you can use the XAxis.DataLabelsColumn -- this approach is shown in this help topic.
If you need to plot bars at the exact date you will need to use the OLEAutomation date equivalent -- this is the format supported by RadChart (through DateTime.ToOADate method). You can find an example here.
Kind regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.