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
1405
XamChart creation at runtime through MVVM and Binding
posted

Hi,

I want to achieve the following task through MVVM:

I have a xamDatagrid with columns having values on which graph can be represented.

I select few of these values from DataGrid and want to represent Graph at runtime.

Now, I want these selected values in ViewModel, which I was able to achieve through Interaction DLL's.

Now, I want to update or populate the graph with these values at runtime. - which I'm not able to achieve.

I hope the situation is pretty much clear.

Please tell me, how can I achieve this task.

Thanks,

VJ