Hi,
I have an ObservableCollection of objects (which implements INotifyPropertyChanging), binded to a PieChart.
If I increase/decrease values in my objects (responding to some input controls), Pie shouldn't reflect that by increasing corespondend slices (perhaps animating them)?
I can't get a simple example like this working and I want to know what's the default behaviour.
Thanks a lot!
I have an ObservableCollection of objects (which implements INotifyPropertyChanging), binded to a PieChart.
If I increase/decrease values in my objects (responding to some input controls), Pie shouldn't reflect that by increasing corespondend slices (perhaps animating them)?
I can't get a simple example like this working and I want to know what's the default behaviour.
Thanks a lot!