Hi,
our license has expired, and we consider to renew it.
we really liked the new 3D chart view, and I tried to use it with a different new user which I opened and asked for 30 free trial.
I downloaded and installed the telerik UI in a different computer and everything went good.
Then I opned new WPF Telerik Project and tried to use the 3D chart view, but I can't compile it.
I added all the 3 needed references:
Telerik.Windows.Controls.ChartView;
Telerik.Windows.Data;
Telerik.Windows.Controls.Chart;
The error is:
SeverityCodeDescriptionProjectFileLineSuppression State
ErrorThe tag 'RadCartesianChart3D' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. Line 7 Position 10.TelerikWpfApp1c:\users\Me\documents\visual studio 2015\Projects\TelerikWpfApp1\TelerikWpfApp1\MainWindow.xaml7
What can I do in order to test the new chart?
Another problem:
I downloaded the Demo Application, and I want to export the demo code of the 3D ChartView to my VS in order to modify it and test it, but I can't find any way to download/export the code from there.
Thanks