Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have datatable with data as follows

x1 x2 x3
y A 21
Y B 36
Y C 11
N A 23
N B 21
N C 11

I would like to create a clustered bar/column graph as follows
- 3 clusters of graphs based on x2 i.e. A, B and C
- Each cluster has 2 bars/columns based on X1 i.e. Y or N
- X3 is the data value

Any ideas are very welcome. I am using C#/ZedGraph with VS 2005

Thanks
Posted

1 solution

you use split nad use zegraph to plot
demo:http://www.youtube.com/watch?v=-FCat9dyQTM[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900