This question is locked. New answers and comments are not allowed.
Hi,
I want to display a data table in grid view and plot the same in RadChart. Every column in grid will be displayed as a LineSeries in RadChart against a common timestamp on X axis. There can be n number of columns in Grid depending upon data in SQL database. As of now I dont want to work with SQL data, so I can create some data and fill up the grid and chart. I dont want to hardcode the number of columns in grid. I would like to show the gridview and RadChart in different Rad tabs. I want this using MVVM pattern.
Can anyone tell me how to do this? I am totally new to XAML binding and MVVM.
I am using Silverlight controls, C# in Visual Studio 2010 environment.
Thank you,
Hrushi
I want to display a data table in grid view and plot the same in RadChart. Every column in grid will be displayed as a LineSeries in RadChart against a common timestamp on X axis. There can be n number of columns in Grid depending upon data in SQL database. As of now I dont want to work with SQL data, so I can create some data and fill up the grid and chart. I dont want to hardcode the number of columns in grid. I would like to show the gridview and RadChart in different Rad tabs. I want this using MVVM pattern.
Can anyone tell me how to do this? I am totally new to XAML binding and MVVM.
I am using Silverlight controls, C# in Visual Studio 2010 environment.
Thank you,
Hrushi