I am just starting to learn Silverlight and I need to create a simple BarSeries chart. I am struggling because it’s just not “clicking” yet. Can anyone post a complete xaml and .cs code for the most simple bar chart? I need to see (conceptually) how the data class ‘hooks into’ the xaml/view.
I’ve tried a number of links, examples and browsed the net ad nauseum, but to no avail. I just need to see something really really simple that I can play around with.
No problem.
Copy this code to the MainPage.xaml.cs file:
And this code to the MainPage.xaml file: