How to I implement dragging up or down a bar or line on the WPF chart?
You can try testing the attached project. It represents a quite simple example of dragging up or down columns of the chart.
Teodor,
I assume there is a way to do two-way binding with this otherwise there would be no point in allowing usrs to change the values. I've merged your sample code with Grahams from http://community.infragistics.com/forums/p/38169/219968.aspx I'm using MVVM. My ultimate goal is to bind the XamChart changes to the ActiveRecord in a XamDataGrid.
I assume there is a way to specify a two-way binding between the XamChart data point value that is being changed and the backing class? Can you point me in a direction?
Thx,
Ivan
Sweet! Thanks!