Most of the chart types I have used so far are pretty straight forward. However, I just can't get my mind around how the Stacked Bar chart works. I have downloaded a couple of exameples and I still don't get it. My current needs are very simple, but I can't figure out how to get it working.
I want to show one bar with 5 or 6 stacked segments. Each segment needs to be a different color and show in the legend along with a description of what it is referencing. I am using MVVM and plan to bind the control to a property in my ViewModel. One bar is all I need at this point - no grouping or anything.
The last example I saw had a Stacked Bar chart bound to a ObservableCollection<ObservableCollection<Model>>. Is a nested list necessary to show a stacked bar chart? Is there any resource (other than the online help, because I have read and read) that you can point me to where I can learn once and for all how this works?
What should have taken me a few hours is taking me days...
-Scott
I want to show one bar with 5 or 6 stacked segments. Each segment needs to be a different color and show in the legend along with a description of what it is referencing. I am using MVVM and plan to bind the control to a property in my ViewModel. One bar is all I need at this point - no grouping or anything.
The last example I saw had a Stacked Bar chart bound to a ObservableCollection<ObservableCollection<Model>>. Is a nested list necessary to show a stacked bar chart? Is there any resource (other than the online help, because I have read and read) that you can point me to where I can learn once and for all how this works?
What should have taken me a few hours is taking me days...
-Scott