ZedGraph - PointPairList不能与AxisType一起使用是TEXT

时间:2013-09-24 06:24:04

标签: zedgraph

我希望有人帮我解决这个问题。

我需要使用ZedGraph像这里的演示一样显示图表

http://zedgraph.dariowiz.com/index4df2-2.html?title=Scatter_Plot_Demo

我想使用“XAxis.Type”是文本类型,因为XAxis值是“字符串”值。 但是,使用此代码段

,它无法正常工作
string[] labels = { "USA", "Spain\nMadrid", "Qatar", "Morocco", "UK", "Uganda",
                "Cambodia", "Malaysia", "Australia", "Ecuador" };    
myPane.XAxis.Type = ZedGraph.AxisType.Text;
myPane.XAxis.TextLabels = labels;

我试图通过(阅读文档,谷歌)找到答案,但没有成功。

0 个答案:

没有答案