.
, , , , .
silverlight chartItem: 2 : Key Value.
... , Dictionary<string,string> myCollection... ObservableCollection<ChartItem> myCollection
- ForEach .
myCollection.Add(new chartItem{ Key= "Key Stage 3", Value = "20 Courses" });
myCollection.Add(new chartItem{ Key= "Key Stage 4", Value = "60 Courses" });
myCollection.Add(new chartItem{ Key= "Key Stage 5", Value = "10 Courses" });
... ,