I have a collection of objects that I need to generate a line for in a single chart. Each object has a property of type SortedDictionary<DateTime, Double> thats contains all the data for that series. I'm having trouble figuring out how to bind this correctly.