xcode 中的条形图

发布于 2024-11-02 20:28:36 字数 273 浏览 6 评论 0原文

可能的重复:
Objective-C 图表框架

有谁知道如何在 xcode 中绘制图表和条形图? 是否也可以使用 sqlite 数据库中的数据来创建这些图表? 当数据库更改时,这些也可以自动更新。

感谢您的帮助。

Possible Duplicate:
Objective-C Charting Framework

Does anyone know how to draw graphs and bar charts in xcode?
Is it also possible to use data from an sqlite database to create these graphs?
Also can these be autoupdated when the database is changed.

Thank you for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

猫性小仙女 2024-11-09 20:28:36

尝试CorePlot,它有很多不错的功能,可以绘制不同类型的图表。

Try CorePlot, it has a lot of nice features and can draw different types of graphs.

踏雪无痕 2024-11-09 20:28:36

这是 3 个独立的问题。

  1. 图形和图表:尝试 Google Charts API
  2. 是的,如果您编写代码来获取,这是可能的数据并将其传递给绘图 api。
  3. 是的,如果您编写正确的代码将数据库更改集成到视图控制器中,它们就可以。

Those are 3 separate questions.

  1. graphs and charts: try Google Charts API
  2. Yes, it is possible if you write the code to fetch the data and pass it to the graphing api.
  3. Yes, they can if you write the right code to integrate the db changes to your view controllers.
撩人痒 2024-11-09 20:28:36

尝试DSBarChart。它是为了完全相同的目的而创建的。

Try DSBarChart. It is created for this exact same purpose.

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