Hi,
I have a requirement to created a stacked column chart dynamically. That is at run time I can find number of stacks which need to created. All column will have the same number of stacks. Could you provide an example of how I can achieve this.
Hi there,
I've attached a really simple XAML and .cs file demonstrating how to create a StackedColumnSeries dynamically. I am plotting the StackedColumnSeries on a button click.
Hope this helps,
Marisa
I can't get this sample to work. It builds and runs fine but I don't get a stacked column chart. Can you confirm this works please, I have the latest service release.
Is it possible to use StackedColumnSeries with XamDataChart? Also, is it possible to create stacked area charts in xamDataChart?
Thanks,
Hi Steve,
I am currently using the 11.1.20111.2054 Service Release build, and I have confirmed this sample is working as expected. Please create a new Silverlight project and include the attached files. Once everything is compiling accordingly and running, you should be able to click the 'Plot StackedColumnChart' button on the page, and a StackedColumnSeries will be plotted with 7 data points.
Currently StackedColumnSeries and StackedBarSeries are implemented as CTP features for XamDataChart. These series, along with StackedArea/StackedLine/StackedSpline/StackedSplineArea and their Stacked100 equivalents are planned for the upcoming 11.2 release.
Thanks, I've got that example working now, not entirely sure what the problem was.
I'm very interested in the StackedSplineArea control, this is a key graph type for our domain and it would be great to see this in XamDataChart, will look out for the 11.2 release.
- S