MS Chart Control for ASP.NET 100% Stacked Bar Chart Question.
- by Jacob Huggart
Hello All,
I am trying to display a chart with several different bars that represent a ratio of some values.
For example, one bar may say that there are 25 items in three different groups (maybe dirty, clean, and broken) and of those 25 items x items from each category add up to the total. Later the data will dynamically change and be displayed accordingly. But for now all I want to do is be able to display three different values on the same bar.
Unfortunately, whatever properties I need to bind the data to are buried somewhere in the menus and I cannot seem to find them. Do any of you guys have experience with this sort of chart?