October 2009 Entries
As I was learning WPF and the new charting controls, I was impressed with how easy and powerful 2-way data binding is with WPF. In this example, I created a DataGrid and a Chart and bound them to the same DataTable, via the DefaultView property. The result is that you can edit the DataGrid and see an instant change in the Chart. Even more impressive is the rubber band effect of the Chart control. When the Chart is updating, you see the line slowly more to the new location. Real cool! Here is the...