Hello,
I am binding to my chart's series collection by using the method in this post, suggested by Graham Murray
http://community.infragistics.com/forums/t/38169.aspx
There are some comments in there like
//this could be made more efficient of course.
I was just wondering if anyone has some tips on how performance might be improved. It works good now but if improvements can be made I would love to hear how.
Thanks.
This is only referring to the fact that its readding all the series to the chart every time your source collection of series items changes. As a performance improvement it could just recreate the series item that was added or removed. This is left as an excercise to the reader to prevent the code sample from being too large.
-Graham
Hey guys, any ideas on how the binding might be improved? Does anyone have any experience with this?