iOSPlot:如何在同一视图上显示多个图表?
我正在开发一个需要图表的 iPhone 应用程序。因此我使用名为 iOSPlot 的 API 来绘制折线图。
我已经从此链接下载了 API
https://github.com/hon Cheng/iOSPlot
图表显示正常。
我想在同一视图中将一个图表显示在另一个图表的下方。
我怎样才能做到这一点?
我想它正在 UIView 上打印出图表,并且根据我的要求,图表可能超过 1 个。
那么如何在同一视图上显示多个图表呢?
I am developing an iPhone app which requires charts. Hence I am using API called iOSPlot to draw line charts.
I have downloaded API from this link
https://github.com/honcheng/iOSPlot
Graph appears fine.
I want to display one graph below the other on the same view.
How can I do that?
I suppose it is printing out the charts on UIView and as per my requirement the charts could be more than 1.
So how can I display more than one chart on the same view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不起作用?
或者这样:
It is not working?
Or this way: