Would it be possible to bind a XamDataChart that is displaying a stacked column series to a Dictionary? Ideally I would like to do something like this:
This does work. I wish I knew how to get the proper syntax highlighting in this forum. But basically, this worked just as I had hoped. Setting the ValueMemberPath to point to the Key.<valueitem> on the underlying data was all I needed to do. Binding the StackedColumnSeries to the Dictionary worked fine.
So I think I am good to go except for ToolTips. I want a tooltip that shows the value of each individual rectangle on a stacked bar and the name of the component that made that rect. Any ideas?