Hi Jebarson,
The Chart control supports data binding to custom data sources that implement the IBindingList and optionally the ITypedList interfaces. You can take a look at the following example in our Windows Forms demo application:
All Examples > Data Manipulation > Data Binding > Binding to IBindingList
The example binds the chart to a list of MyCustomObject instances.
I hope this helps.
Best Regards,
Milen Metodiev