This is a migrated thread and some comments may be shown as answers.

Silverlight RadChart with Stacked Area series problem

1 Answer 40 Views
Chart
This is a migrated thread and some comments may be shown as answers.
kanna
Top achievements
Rank 1
kanna asked on 27 Aug 2012, 12:42 PM
Hi,

I am using Silverlight RadChart control and i am binding the chart control dynamically.After binding the chart control it is showing the additional x -axis value(30/12/1899) which is not available in Collection which i am binding to the chart.


Can you please help to resolve that issue.
Regards,
Kannan S

1 Answer, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 30 Aug 2012, 07:16 AM
Hello,

The reason why your axis values are shown as "30/12/1899" is because DataPoint.XValue is of type double. This means that DateTime values need to be converted to OLE Automation dates first.

You can find more information on how to create date time charts here:
http://www.telerik.com/help/silverlight/radchart-features-datetime-support.html

Hope this helps.

All the best,
Peshito
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
kanna
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or