I have a website that sends data or questions to all devices (iOS, Android, Windows Phone), using JSON as DB type. WindowsPhone toolkit and Silverlight toolkit are installed with nuget.
The problem is that the Chart prefix is not defined!
sample of code I want to use:
<charting:Chart>
<charting:PieSeries Title="Test items" ItemsSource="{Binding Items}" DependentValuePath="ItemValue" IndependentValuePath="Title" />
</charting:Chart>
I did search around for a solution I even went to toolbox in VisualStudio & in blend the chart tool doesn't exist even though in Youtube tutorials from 2010 there was a button so I do not know if Silverlight was not installed properly or in the new 2011 or 2012 version they were excluded because the Silverlight one is the only free one and the rest are paid & I want to use this method.
Can you please explain to me the problem and how to fix it?