Bind To:


ValueYLabel
5Violet
7Blue
3Green
15Yellow-Green
2Yellow
9Orange
6Orange-Red
10Red
6Purple
The example demonstrates how to bind a chart series to an object that implement IBindingList interface. The DataGrid control and the chart control both are bound to such an object. In the first case they are bind to an IBindingList which content a list of user define objects. The second case the chart and the grid both are bind to an IBindingList object which is also ITypedList.