Beat Kiener explains in details
how to create a fully bindable mutli-series chart control which provides the same
content model as other well-known controls such the ItemsControl.
I am working on a Silverlight project, where we doing straight MVVM.
Binding the Chart control included in the Silverlight Toolkit (www.codeplex.com/Silverlight)
to a ViewModel is quite simple. But what when I want to bind a
collection of different “graphs” each with an own collection of
data-points to a single chart?