RadChart can be automatically bound to any data source that implements
an IList interface, like any List, 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 the IBindingList
interface
The third chart is bound to the strongly typed collection of doubles (CollectionBase).