谷歌图表 API
我使用的是 Google Chart API 包装器。
我没有看到设置 x 轴标签的选项。我希望图表看起来像这个。
我想设置 X 标签。
请帮我弄清楚如何实现这一目标。
谢谢!
更新:
找到解决方案:T..
是底部x轴的值。
lineChart.AddAxis(
new ChartAxis(
ChartAxisType.Bottom,
new string[] { "T1", "T2", "T3", "T4", "T5", "T6" }
)
);
I'm using the Google Chart API wrapper.
I didn't see the option to set the labels for x-axis. I want the graph to look something like this.
I want to set the X labels.
Please help me figure out how to accomplish that.
Thanks!
UPDATE:
Found Solution: T..
are the values of the x-axis on the bottom.
lineChart.AddAxis(
new ChartAxis(
ChartAxisType.Bottom,
new string[] { "T1", "T2", "T3", "T4", "T5", "T6" }
)
);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这对您有帮助
http://chart.apis.google.com/chart
?chxt=y
&chbh=a
&chs=300x225
&cht=bvg
&chco=A2C180,3D7930
&chd=s:s,J
&chdl=是+否|否
&chtt=垂直+条形图+图表
Hope this helps you
http://chart.apis.google.com/chart
?chxt=y
&chbh=a
&chs=300x225
&cht=bvg
&chco=A2C180,3D7930
&chd=s:s,J
&chdl=yes+no|no
&chtt=Vertical+bar+chart