本文介绍了数据表中的聚簇条形图/柱形图-ZedGraph的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有如下数据数据表
x1 x2 x3
y A 21
Y B 36
Y C 11
N A 23
N B 21
N C 11
我想创建一个聚簇的条形图/柱形图,如下所示
-基于x2的3个图簇,即A,B和C
-每个群集都有2个基于X1的条形图/列,即Y或N
-X3是数据值
任何想法都非常欢迎.我在VS 2005中使用C#/ZedGraph
谢谢
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
推荐答案
这篇关于数据表中的聚簇条形图/柱形图-ZedGraph的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!