Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Binding to collection of dynamic objects
posted

Hi,

I need to bind a xamDataChart to a collection of objects of type "dynamic", but the chart doesn't draw the points. If I bind the collection to a DataGrid I can see the values of each dynamic object. My dynamic object has a class property "X", and for each serie that I add on runtime, I add a new property "Y" to my object:

X, Y1, Y2, ..., Yn

The xamDataChart supports binding to objects of type dynamic?

Thanks.

Parents Reply Children
No Data