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
440
Migrate stacked bar chart from xamChart to xamDataChart
posted

I plan to migrate from xamChart to xamDataChart since xamChart is no longer supported.

It looks like it will be difficult to migrate my stacked bar chart.  The reason is that I have a dynamic set of categories I want to stack.  In xamChart I dynamically created a new data serie for each category given in the data set.  Now it seems like I have to add one column for each category in the data source dynamically.

Can you give me some hints on how to achieve this?

Will xamDataChart accept AnonymousTypes or two dimensional arrays as data source?