New to Telerik UI for WinForms? Download free 30-day trial

Data Binding RadChart to a Generic List

Because RadChart can be bound to objects that implement the IList interface, and generic lists implement IList, it follows that you can bind RadChart to generic lists.  These lists can be of simple types, e.g. int and double types, or the lists can be composed of complex objects containing multiple properties.

In this article