I’ve searched for this in a long time now, and there are many examples on how to do things.
I want to plot it inside a 100Stackedbar graph. I’m using MS chart in winform.
I have these series: Quality A, Quality B, Quality C, Quality D, Quality E, Quality F.
An example could be: A = 15, B=40, C=5, D=25, E=5, F=10.
How do I do this?
Thanks
EDITED:
I’ve found many examples on how to do it, but i’m too much of a newbie to understand it.
i suggest you take a look at ZedGraph.
http://www.codeproject.com/KB/graphics/zedgraph.aspx
run the example at Bar Graph and insert this piece of code: