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

Simple Pie Chart example in Windows Phone 8

1 Answer 94 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Conor
Top achievements
Rank 1
Conor asked on 15 Nov 2012, 05:55 PM

Hi, I'm trying to incorporate a pie chart into a Windows Phone 8 application. I've added the reference and the telerikChart:RadPieChart comes up in intellisense when writing into the XAML file. However, as soon as I add even an empty pie chart:
 

<telerikChart:RadPieChart></telerikChart:RadPieChart>

the designer throws an exception:
"An Exception was thrown.COMException: Invalid class string (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING))StackTrace:
   at System.Runtime.InteropServices.Marshal.CLSIDFromProgID(String progId, Guid& clsid)
   at System.Runtime.InteropServices.Marshal.GetActiveObject(String progID)
"

Is there a basic downloadable example which demonstrates a pie chart in Windows Phone 8?

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 20 Nov 2012, 09:18 AM
Hi Conor,

Thanks for writing.
Please reinstall RadControls for Windows Phone, remove your bin and obj folders and rebuild your project. You can also try restarting visual studio. This looks like a visual studio error and may be caused by assembly version mismatch.

To see examples of the pie chart and many others. Please browse the Examples app source code that should be installed as a part of the RadControls for Windows Phone installation.

Please write again if you have other questions.

All the best,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Chart
Asked by
Conor
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or