r.a.d.chart can be automatically bound to an any data source that implements
an IList interface, like any Lists, IBindingList or a CollectionBase objects.
The first chart is bound to the strong typed list of doubles.
The second chart is bound to the complex object that implements th IBindingList
intarface
The third chart is bound to the srong typed collection of doubles (CollectionBase).