Kai to make the change notification propagate to your bindings you should be making use of a collection which implements change notificaiton, PointCollection
does not do this. You could create your own collection however I'd recommend making use of ObservableCollection<T>
.
In addition here is a similar SO post which also touches on a few other options for making the UI aware of your changes.
Aaron
2010-10-18 14:30:46