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
150
XamDataChart - GroupBy and dynamic binding
posted

To start with, our project is based on clear MVVM, so we don't want to write any code behind.

Now, we need to present a collection of data, but the number of series is unknown. GroupBy seems to work fine, but our data collection changes often, so using grouping as a resource appears to be a problem.

I've prepared a sample project which illustrates what I'd like to achieve. Broadly speaking, I'd like to be able to refresh data in the chart after collection of data is reloaded.

Is XamDataChart useful in this scenario?

InfragisticsChart.zip