谷歌图表 API

发布于 2024-09-08 12:13:07 字数 543 浏览 1 评论 0原文

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

趁微风不噪 2024-09-15 12:13:07

希望这对您有帮助

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文