Click here to Skip to main content
15,891,811 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Silverlight4.

Getting error like this "The tag 'RadCartesianChart' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'."

Please Help Me..
Posted

1 solution

You need to add reference to your project as is described here: http://docs.telerik.com/devtools/wpf/controls/radchartview/getting-started/introduction[^]
 
Share this answer
 
Comments
Rnshanmugavadivel 1-Jun-15 4:57am    
I can not add below namespace. If try to add i got below message

The type or namespace name 'Charting' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)

The type or namespace name 'ChartView' does not exist in the namespace 'Telerik.Windows.Controls' (are you missing an assembly reference?)
Maciej Los 1-Jun-15 5:36am    
http://docs.telerik.com/devtools/wpf/installation-and-deployment/adding-telerik-ui-to-an-application/installation-adding-application-namespace-declaration-wpf
Rnshanmugavadivel 1-Jun-15 7:31am    
i add namespace using your reference link. After add namespace i got same error.

i add also below namespace

using Telerik.Windows.Controls.ChartView;
using Telerik.Charting;

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900